aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2020-07-10 19:54:08 +0200
committersD <stoned@derpymail.org>2020-07-10 19:54:08 +0200
commite9a114dd35484eb6ca484dbeabdc4c3fb1641a06 (patch)
treed8a811eafd18cee3284d3efa1e552a78287ab327
parentbaf60eeac6b9a0039252936afe64aff328fe9f46 (diff)
account for the changed spacings
-rw-r--r--webAO/styles/chatbox/aa.css15
1 files changed, 7 insertions, 8 deletions
diff --git a/webAO/styles/chatbox/aa.css b/webAO/styles/chatbox/aa.css
index 50baec4..0d6eff1 100644
--- a/webAO/styles/chatbox/aa.css
+++ b/webAO/styles/chatbox/aa.css
@@ -67,11 +67,13 @@
display: block;
position: absolute;
left: 0;
- top: 0;
- height: 15%;
+ top: 1%;
+ height: 13%;
min-width: 3.25em;
+ font-size: 1.1em;
background: rgba(56, 56, 163, 0.5);
box-shadow: 0.075em 0.075em rgba(0, 56, 163, 0.5) inset;
+ margin: 0;
padding: 0 2%;
border-color: rgba(255, 255, 255, 0.5);
border-style: ridge groove groove ridge;
@@ -84,7 +86,6 @@
text-justify: distribute;
letter-spacing: 0.075em;
margin: 0;
- font-weight: bold;
}
#client_chat {
@@ -101,7 +102,7 @@
border-width: 0.15em;
border-radius: 0.3em;
background-color: rgba(0, 0, 16, 0.5);
- font-size: 1.7em;
+ font-size: 1.6em;
word-break: keep-all;
overflow-wrap: break-word;
text-align: left;
@@ -110,11 +111,9 @@
}
#client_inner_chat {
- padding: 1% 3.13%;
+ padding: 0.4% 2.8%;
margin: 1px;
- line-height: 97%;
- letter-spacing: 0.05em;
- word-spacing: 0.3em;
+ line-height: 100%;
}
#client_chatwaiting {