aboutsummaryrefslogtreecommitdiff
path: root/webAO/styles/chatbox/legacy.css
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2020-04-08 13:48:39 +0200
committersD <stoned@derpymail.org>2020-04-08 13:48:39 +0200
commit650ac895d430b118d278e0b77e9ede0803664bde (patch)
tree4a7f1232f8916d79872610b98cf5ab5dd9e947c9 /webAO/styles/chatbox/legacy.css
parentb7d73a2148794628e60386a68b8c74a76e4c5ed5 (diff)
display: block
Diffstat (limited to 'webAO/styles/chatbox/legacy.css')
-rw-r--r--webAO/styles/chatbox/legacy.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/webAO/styles/chatbox/legacy.css b/webAO/styles/chatbox/legacy.css
index 4e22b5b..3a23ca0 100644
--- a/webAO/styles/chatbox/legacy.css
+++ b/webAO/styles/chatbox/legacy.css
@@ -7,7 +7,7 @@
}
#client_name {
- display: none;
+ display: block;
position: absolute;
top: 0;
left: 0;
@@ -21,7 +21,7 @@
#client_chat {
position: absolute;
- display: none;
+ display: block;
bottom: 0;
left: 0;
width: 98%;