mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-11 10:11:09 +00:00
[MIRROR] Fixes announcements font scaling [MDB IGNORE] (#24357)
* 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 /🆑 * Fixes announcements font scaling --------- Co-authored-by: lessthanthree <83487515+lessthnthree@users.noreply.github.com>
This commit is contained in:
@@ -300,7 +300,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