diff options
| author | sD <stoned@derpymail.org> | 2020-02-13 00:34:15 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-02-13 00:34:15 +0100 |
| commit | d7b6d6ae53314168b99019694ed89cb2a3b09a12 (patch) | |
| tree | 80a1fb6fbb38329dd1cf5182b29ca3544a029eda /webAO/styles | |
| parent | 78c3b0e7dd32ebf5d5f3489c96dcb5fe7a1315c7 (diff) | |
make border relative
Diffstat (limited to 'webAO/styles')
| -rw-r--r-- | webAO/styles/classic.css | 8 |
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; |
