From 2cc925bbd5d4c134b96cc9c779f513210776103b Mon Sep 17 00:00:00 2001 From: DJ2LS Date: Sat, 25 Feb 2023 21:28:44 +0000 Subject: [PATCH] Prettified Code! --- gui/src/chat-module.html | 30 ++++++++++++++---------------- gui/src/styles.css | 4 ++-- 2 files changed, 16 insertions(+), 18 deletions(-) diff --git a/gui/src/chat-module.html b/gui/src/chat-module.html index 39a30200..7f442ccc 100644 --- a/gui/src/chat-module.html +++ b/gui/src/chat-module.html @@ -294,22 +294,20 @@
- - - -
-
...
-
- - -
-
- - +
+
+ ... +
+
+ +
+
diff --git a/gui/src/styles.css b/gui/src/styles.css index 936c3816..5640b889 100644 --- a/gui/src/styles.css +++ b/gui/src/styles.css @@ -91,6 +91,6 @@ https://stackoverflow.com/a/9622873 /* image overlay */ .image-overlay:hover { - opacity: 0.75 !important; - transition: .5s; + opacity: 0.75 !important; + transition: 0.5s; }