From b383ea7dffa7bc3bdb9556491cf100a811578102 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Sat, 3 Sep 2022 11:30:56 +0200 Subject: fix date being wonky when it's not the 5th --- webAO/styles/chatbox/key.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'webAO/styles/chatbox/key.css') diff --git a/webAO/styles/chatbox/key.css b/webAO/styles/chatbox/key.css index f6c8a7d..77f2e99 100644 --- a/webAO/styles/chatbox/key.css +++ b/webAO/styles/chatbox/key.css @@ -171,17 +171,17 @@ #client_clock_date { position: absolute; - width: 50%; - height: 50%; - left: 11%; - top: 11%; + width: 80%; + height: 80%; + left: 10%; + top: 10%; margin: 0; color: #ffe; text-shadow: -1px -1px 0 #78320b, 1px -1px 0 #78320b, -1px 1px 0 #78320b, 1px 1px 0 #78320b; font-size: 3em; background: rgba(255,255,255,0.7); border-radius: 100%; - padding: 0.25em; + line-height: 1.8; } #client_clock_weekday { -- cgit