aboutsummaryrefslogtreecommitdiff
path: root/webAO/styles/chatbox
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2020-04-25 19:48:39 +0200
committersD <stoned@derpymail.org>2020-04-25 19:48:39 +0200
commitf46d60efba4b9ac6ca8fd5e32e1ab875f25fd6d1 (patch)
treec0c2edc73619dc2f31644f4abbe7b106c0db998c /webAO/styles/chatbox
parenta420a7c6be6d494fe6b9c44e2d743def6d42e00b (diff)
i feel dumb now, fill solved it
Diffstat (limited to 'webAO/styles/chatbox')
-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 f42da24..d9caa2d 100644
--- a/webAO/styles/chatbox/dgs.css
+++ b/webAO/styles/chatbox/dgs.css
@@ -72,8 +72,9 @@
margin: auto;
height: 80%;
border-image-source: url("dgs_chat_bg.png");
- border-image-slice: 12;
- border-image-width: 0.5em;
+ border-image-slice: 12 fill;
+ border-image-width: 0.5em;
+ border-width: 0.5em;
bottom: 0;
position: absolute;
word-break: keep-all;
@@ -86,11 +87,9 @@
#client_chat p {
display: block;
+ position: absolute;
margin: 0.4em;
padding: 0.1em 1em;
- height: 84%;
- height: calc(100% - 1.1em);
- background-color: #101821;
}
#client_chatwaiting {