From b4706b2817e01ebeb41f5eb2911e494321011e56 Mon Sep 17 00:00:00 2001 From: ClaytonTDM Date: Wed, 18 Dec 2024 16:17:41 -0500 Subject: [PATCH] fix trophy and sun number --- game/Custom.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/game/Custom.css b/game/Custom.css index 1a950a6..4bef8e7 100644 --- a/game/Custom.css +++ b/game/Custom.css @@ -452,4 +452,13 @@ td { color: #000; font-size: 18px; line-height: 30px; -} \ No newline at end of file +} + +#imgSF { + z-index: 9999 !important; +} + +#sSunNum { + top: 50% !important; + transform: translateY(-50%) !important; +}