diff options
| author | sD <stoned@derpymail.org> | 2020-04-25 21:01:00 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-04-25 21:01:00 +0200 |
| commit | 3456f2fc9899ae1a45b384881df716276b3b24af (patch) | |
| tree | e1dc50241bea8db02b5cab357e224a3d639403ab /webAO/styles | |
| parent | 2d0b4a84a49a0fb9f50509c1508eac236617cd33 (diff) | |
change the width of the chatbox
Diffstat (limited to 'webAO/styles')
| -rw-r--r-- | webAO/styles/chatbox/dgs.css | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/webAO/styles/chatbox/dgs.css b/webAO/styles/chatbox/dgs.css index 6ee53cd..063d0f8 100644 --- a/webAO/styles/chatbox/dgs.css +++ b/webAO/styles/chatbox/dgs.css @@ -53,12 +53,12 @@ display: block; padding: 0px 6px; height: 20%; - min-width: 10%; + min-width: 20%; color: #fff7de; text-shadow: 0 0 4px #000; border: 1px solid #a59252; background-image: linear-gradient(#635529, #8c7d42); - left: 0.5em; + left: 4%; top: 0; border-radius: 3px; position: absolute; @@ -71,14 +71,15 @@ #client_chat { font-size: 1em; display: block; - width: 100%; + width: 98%; margin: auto; height: 80%; border-image-source: url("dgs_chat_bg.png"); border-image-slice: 12 fill; - border-image-width: 0.5em; - border-width: 0.5em; + border-image-width: 0.8em; + border-width: 0.8em; bottom: 0; + left: 1%; position: absolute; word-break: keep-all; word-wrap: break-word; |
