aboutsummaryrefslogtreecommitdiff
path: root/webAO/styles/chatbox/key.css
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2022-09-03 11:30:56 +0200
committerstonedDiscord <Tukz@gmx.de>2022-09-03 11:30:56 +0200
commitb383ea7dffa7bc3bdb9556491cf100a811578102 (patch)
tree119489375b08bf2b1a269442f524ebd7df1322c9 /webAO/styles/chatbox/key.css
parent38aee16e0e3fbb9d79d3a76d6792015f43251f3c (diff)
fix date being wonky when it's not the 5th
Diffstat (limited to 'webAO/styles/chatbox/key.css')
-rw-r--r--webAO/styles/chatbox/key.css10
1 files changed, 5 insertions, 5 deletions
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 {