aboutsummaryrefslogtreecommitdiff
path: root/webAO/styles/classic.css
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2020-02-13 00:22:02 +0100
committersD <stoned@derpymail.org>2020-02-13 00:22:02 +0100
commit78c3b0e7dd32ebf5d5f3489c96dcb5fe7a1315c7 (patch)
tree58464a743cd3b93ee4de6bcace6dd1a9e4a0987f /webAO/styles/classic.css
parentdb5b0a4daf3232a72d7de521a648071b455a99bd (diff)
chatbox height
Diffstat (limited to 'webAO/styles/classic.css')
-rw-r--r--webAO/styles/classic.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/webAO/styles/classic.css b/webAO/styles/classic.css
index 31ddb8d..f06016f 100644
--- a/webAO/styles/classic.css
+++ b/webAO/styles/classic.css
@@ -40,7 +40,7 @@ img {
width: 98%;
width: calc(100% - 4px);
margin: auto;
- height: 32.3%;
+ height: 31.25%;
border: rgb(255, 255, 255, 0.5) solid 2px;
background-color: rgb(0, 0, 0, 0.5);
top: 66.5%;
@@ -48,7 +48,8 @@ img {
position: absolute;
word-break: keep-all;
overflow-wrap: break-word;
- text-align: left;
+ text-align: justify;
+ text-justify: inter-word;
overflow: hidden;
scroll-behavior: smooth;
}