From ae18b3bfcc33f720941c39427dfdbe7858bab133 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Wed, 4 May 2022 21:56:48 +0200 Subject: stop comically large shownames from moving to the bottom --- webAO/styles/chatbox/aa.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'webAO/styles/chatbox/aa.css') diff --git a/webAO/styles/chatbox/aa.css b/webAO/styles/chatbox/aa.css index 33428ae..688f199 100644 --- a/webAO/styles/chatbox/aa.css +++ b/webAO/styles/chatbox/aa.css @@ -86,7 +86,6 @@ text-justify: distribute; line-height: 100%; margin: 0; - margin-top: 2.75%; } #client_chat { @@ -139,4 +138,4 @@ 100% { right: 0; } -} \ No newline at end of file +} -- cgit From 4a794666f2bdcdde08ddabe12ec7a895266e6585 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Wed, 17 Aug 2022 23:01:18 +0200 Subject: add clock css for styles that don't have clocks --- webAO/styles/chatbox/aa.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'webAO/styles/chatbox/aa.css') diff --git a/webAO/styles/chatbox/aa.css b/webAO/styles/chatbox/aa.css index 688f199..a504daf 100644 --- a/webAO/styles/chatbox/aa.css +++ b/webAO/styles/chatbox/aa.css @@ -139,3 +139,11 @@ right: 0; } } + +#client_trackstatus { + display: none; +} + +#client_clock { + display: none; +} \ No newline at end of file -- cgit