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; }