aboutsummaryrefslogtreecommitdiff
path: root/webAO
diff options
context:
space:
mode:
Diffstat (limited to 'webAO')
-rw-r--r--webAO/styles/classic.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/webAO/styles/classic.css b/webAO/styles/classic.css
index f06016f..b5c7de9 100644
--- a/webAO/styles/classic.css
+++ b/webAO/styles/classic.css
@@ -37,14 +37,14 @@ img {
#client_chat {
font-size: 1em;
display: none;
- width: 98%;
- width: calc(100% - 4px);
+ width: 98.4375%;
+ width: calc(100% - 0.3em);
margin: auto;
height: 31.25%;
- border: rgb(255, 255, 255, 0.5) solid 2px;
+ border: rgb(255, 255, 255, 0.5) solid 0.15em;
background-color: rgb(0, 0, 0, 0.5);
top: 66.5%;
- border-radius: 4px;
+ border-radius: 0.3em;
position: absolute;
word-break: keep-all;
overflow-wrap: break-word;