From 9487915d689151c30d68fe5d270291ab190186ca Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Tue, 6 Jun 2023 20:31:35 +0200 Subject: fix ac clock --- webAO/styles/chatbox/acww.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/webAO/styles/chatbox/acww.css b/webAO/styles/chatbox/acww.css index dd899b9..b0114b6 100644 --- a/webAO/styles/chatbox/acww.css +++ b/webAO/styles/chatbox/acww.css @@ -175,6 +175,7 @@ font-weight: bold; padding-left: 1.5em; padding-top: 0.5em; + font-size: 0.5em; } #client_clock_month { @@ -192,6 +193,7 @@ background-size: 100% 40%; border: 0.1em solid #00b63c; border-radius: 100%; + font-size: 0.6em; } #client_clock_time { @@ -219,4 +221,5 @@ border-radius: 50%; border-top: none; padding-top: 0.5em; + font-size: 0.5em; } \ No newline at end of file -- cgit