diff options
| author | sD <stoned@derpymail.org> | 2020-04-08 13:48:39 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-04-08 13:48:39 +0200 |
| commit | 650ac895d430b118d278e0b77e9ede0803664bde (patch) | |
| tree | 4a7f1232f8916d79872610b98cf5ab5dd9e947c9 /webAO/styles/chatbox/dgs.css | |
| parent | b7d73a2148794628e60386a68b8c74a76e4c5ed5 (diff) | |
display: block
Diffstat (limited to 'webAO/styles/chatbox/dgs.css')
| -rw-r--r-- | webAO/styles/chatbox/dgs.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webAO/styles/chatbox/dgs.css b/webAO/styles/chatbox/dgs.css index 8e72484..4adba28 100644 --- a/webAO/styles/chatbox/dgs.css +++ b/webAO/styles/chatbox/dgs.css @@ -11,7 +11,7 @@ } #client_name { - display: none; + display: block; padding: 0px 6px; height: 5%; border: 1px solid #a59252; @@ -25,7 +25,7 @@ #client_chat { font-size: 1em; - display: none; + display: block; width: 100%; margin: auto; height: 30%; |
