aboutsummaryrefslogtreecommitdiff
path: root/webAO/styles/chatbox/dgs.css
diff options
context:
space:
mode:
Diffstat (limited to 'webAO/styles/chatbox/dgs.css')
-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;
}