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/yttd.css | |
| parent | b7d73a2148794628e60386a68b8c74a76e4c5ed5 (diff) | |
display: block
Diffstat (limited to 'webAO/styles/chatbox/yttd.css')
| -rw-r--r-- | webAO/styles/chatbox/yttd.css | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/webAO/styles/chatbox/yttd.css b/webAO/styles/chatbox/yttd.css index 06644dc..28261af 100644 --- a/webAO/styles/chatbox/yttd.css +++ b/webAO/styles/chatbox/yttd.css @@ -45,15 +45,13 @@ #client_name { - display: none; + display: block; top: 0; left: 0; - height: 25%; min-width: 10%; - font-weight: bold; background-color: rgba(0, 0, 0, 0.5); color: #fef9ad; - padding: 0 3%; + padding: 2% 3%; border-style: double; border-color: #ffa500; position: absolute; @@ -61,7 +59,7 @@ } #client_chat { - display: none; + display: block; position: absolute; bottom: 0; width: 99%; @@ -80,6 +78,7 @@ #client_chat p { padding: 1% 3.13%; margin: 1px; + font-size: 1.3em; } #client_chatwaiting { |
