aboutsummaryrefslogtreecommitdiff
path: root/webAO/styles/chatbox/dgs.css
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2020-04-25 19:25:00 +0200
committersD <stoned@derpymail.org>2020-04-25 19:25:00 +0200
commita420a7c6be6d494fe6b9c44e2d743def6d42e00b (patch)
treea1d9f5492fddd64434a2aa9f052dead219b95311 /webAO/styles/chatbox/dgs.css
parent9548afea4b98ad1a100d20f81c9689eff6c210fb (diff)
make the dgs border scale
Diffstat (limited to 'webAO/styles/chatbox/dgs.css')
-rw-r--r--webAO/styles/chatbox/dgs.css9
1 files changed, 4 insertions, 5 deletions
diff --git a/webAO/styles/chatbox/dgs.css b/webAO/styles/chatbox/dgs.css
index c015245..f42da24 100644
--- a/webAO/styles/chatbox/dgs.css
+++ b/webAO/styles/chatbox/dgs.css
@@ -73,8 +73,7 @@
height: 80%;
border-image-source: url("dgs_chat_bg.png");
border-image-slice: 12;
- border-image-width: 12px;
- border-width: 12px;
+ border-image-width: 0.5em;
bottom: 0;
position: absolute;
word-break: keep-all;
@@ -87,10 +86,10 @@
#client_chat p {
display: block;
- margin: 12px;
- padding: 6px 20px;
+ margin: 0.4em;
+ padding: 0.1em 1em;
height: 84%;
- height: calc(100% - 36px);
+ height: calc(100% - 1.1em);
background-color: #101821;
}