mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 20:20:33 +01:00
Fixes announcements font scaling (#78995)
## About The Pull Request Creates CSS spans for priority announcement and minor announcement so they scale properly with the player's chosen font size  ## Why It's Good For The Game Fixes https://github.com/tgstation/tgstation/issues/78875 ## Changelog 🆑 LT3 fix: Fixed font scaling for announcements /🆑
This commit is contained in:
@@ -285,7 +285,7 @@ SUBSYSTEM_DEF(ticker)
|
||||
to_chat(world, span_notice("and..."))
|
||||
for(var/holidayname in GLOB.holidays)
|
||||
var/datum/holiday/holiday = GLOB.holidays[holidayname]
|
||||
to_chat(world, "<h4>[holiday.greet()]</h4>")
|
||||
to_chat(world, span_info(holiday.greet()))
|
||||
|
||||
PostSetup()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user