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/aa.css | |
| parent | b7d73a2148794628e60386a68b8c74a76e4c5ed5 (diff) | |
display: block
Diffstat (limited to 'webAO/styles/chatbox/aa.css')
| -rw-r--r-- | webAO/styles/chatbox/aa.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/webAO/styles/chatbox/aa.css b/webAO/styles/chatbox/aa.css index ab0514b..3efde89 100644 --- a/webAO/styles/chatbox/aa.css +++ b/webAO/styles/chatbox/aa.css @@ -62,6 +62,7 @@ } #client_chatcontainer { + display: block; position: absolute; bottom: 0; left: 0; @@ -72,7 +73,7 @@ } #client_name { - display: none; + display: block; position: absolute; left: 0; top: 0; @@ -92,8 +93,7 @@ } #client_chat { - font-size: 1em; - display: none; + display: block; position: absolute; bottom: 0; left: 0; @@ -106,6 +106,7 @@ border-width: 0.15em; border-radius: 0.3em; background-color: rgba(0, 0, 16, 0.5); + font-size: 2em; word-break: keep-all; overflow-wrap: break-word; text-align: left; |
