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/chatdd.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'webAO/styles/chatbox/chatdd.css') diff --git a/webAO/styles/chatbox/chatdd.css b/webAO/styles/chatbox/chatdd.css index dca2390..d1561a4 100644 --- a/webAO/styles/chatbox/chatdd.css +++ b/webAO/styles/chatbox/chatdd.css @@ -104,4 +104,8 @@ #client_trackstatus { display: none; +} + +#client_clock { + display: none; } \ No newline at end of file -- cgit