From 5385216e30f15f6016134975bd8fa2384c20cfbf Mon Sep 17 00:00:00 2001 From: sD Date: Wed, 10 Aug 2022 20:13:52 +0200 Subject: add track status to dr2 --- webAO/styles/chatbox/drae.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'webAO/styles/chatbox/drae.css') diff --git a/webAO/styles/chatbox/drae.css b/webAO/styles/chatbox/drae.css index 14bde1d..43e815d 100644 --- a/webAO/styles/chatbox/drae.css +++ b/webAO/styles/chatbox/drae.css @@ -99,4 +99,8 @@ #client_chatwaiting { display: none; +} + +#client_trackstatus { + display: none; } \ No newline at end of file -- cgit From 59f2093eccb135d13599b2ab36e24b21bf460a41 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Sat, 27 Aug 2022 19:58:33 +0200 Subject: hide clock in danganronpa --- webAO/styles/chatbox/drae.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'webAO/styles/chatbox/drae.css') diff --git a/webAO/styles/chatbox/drae.css b/webAO/styles/chatbox/drae.css index 43e815d..d5b9fa0 100644 --- a/webAO/styles/chatbox/drae.css +++ b/webAO/styles/chatbox/drae.css @@ -103,4 +103,8 @@ #client_trackstatus { display: none; +} + +#client_clock { + display: none; } \ No newline at end of file -- cgit