diff options
| -rw-r--r-- | webAO/styles/chatbox/dgs.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/webAO/styles/chatbox/dgs.css b/webAO/styles/chatbox/dgs.css index 38c2c1f..44808b9 100644 --- a/webAO/styles/chatbox/dgs.css +++ b/webAO/styles/chatbox/dgs.css @@ -43,7 +43,6 @@ border-image-slice: 12; border-image-width: 12px; border-width: 12px; - background-color: #101821; bottom: 0; position: absolute; word-break: keep-all; @@ -57,6 +56,8 @@ #client_chat p { margin: 6px; padding: 6px 20px; + height: 80%; + background-color: #101821; } #client_chatwaiting { |
