aboutsummaryrefslogtreecommitdiff
path: root/webAO/styles
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2020-07-09 20:59:27 +0200
committersD <stoned@derpymail.org>2020-07-09 20:59:27 +0200
commita9a4d64609ed7f9fca0f1eef7e155fd1471b0c3d (patch)
tree86ccaafb79745cdac65ee6d6dd6056ff937e791f /webAO/styles
parentf5cad1ca383e3e705fd9679344d2d5ea62e4c60c (diff)
adjust font size
Diffstat (limited to 'webAO/styles')
-rw-r--r--webAO/styles/chatbox/aa.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/webAO/styles/chatbox/aa.css b/webAO/styles/chatbox/aa.css
index 2433c29..50baec4 100644
--- a/webAO/styles/chatbox/aa.css
+++ b/webAO/styles/chatbox/aa.css
@@ -93,7 +93,7 @@
bottom: 0;
left: 0;
width: 98%;
- width: calc(100% - 0.27em);
+ width: calc(100% - 0.25em);
height: 78%;
margin: auto;
border-color: rgba(255, 255, 255, 0.5);
@@ -101,7 +101,7 @@
border-width: 0.15em;
border-radius: 0.3em;
background-color: rgba(0, 0, 16, 0.5);
- font-size: 2em;
+ font-size: 1.7em;
word-break: keep-all;
overflow-wrap: break-word;
text-align: left;