aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2020-04-23 00:40:16 +0200
committersD <stoned@derpymail.org>2020-04-23 00:40:16 +0200
commite78a2903ab56b1e6d1d0aa3e22d9e7fdef907a16 (patch)
tree33b92d1a1e816b37c7c6511f73ce56422faf4107
parent93a5e520c6bb8ed9de81ccfe1e7ac9a39d28f2ac (diff)
dgs theme: fill inner chatbox
-rw-r--r--webAO/styles/chatbox/dgs.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/webAO/styles/chatbox/dgs.css b/webAO/styles/chatbox/dgs.css
index ed556ac..c015245 100644
--- a/webAO/styles/chatbox/dgs.css
+++ b/webAO/styles/chatbox/dgs.css
@@ -86,9 +86,11 @@
}
#client_chat p {
- margin: 6px;
+ display: block;
+ margin: 12px;
padding: 6px 20px;
- height: 80%;
+ height: 84%;
+ height: calc(100% - 36px);
background-color: #101821;
}