From 4f67d8dd1d697b704af6fe1a2b9b85c7e893c946 Mon Sep 17 00:00:00 2001 From: David Skoland Date: Tue, 19 Dec 2023 02:12:20 +0100 Subject: Use client_button instead of objection_button Currently, we use objection_button class for the shouts, but the toggleShout function actually changes it to client_button instead. This makes it change style (height) whenever it is pressed. We can fix this by just using client_button. That makes it look more like the rest of the buttons as well. Since we don't use objection_button anymore, remove it from the styles. --- public/client.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'public') diff --git a/public/client.html b/public/client.html index 79e3080..d8de174 100644 --- a/public/client.html +++ b/public/client.html @@ -187,13 +187,13 @@
- - - -
-- cgit