diff options
| author | sD <stoned@derpymail.org> | 2020-02-12 19:04:26 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-02-12 19:04:26 +0100 |
| commit | 7f6d524f28f6fc11a8f223bca47dc8712f9d39db (patch) | |
| tree | b30c552d128d32f5cddec6c0b4d3d9a198a2e501 /webAO/styles | |
| parent | afc9fc26c4c9861921969652e456d2b44a5a1e62 (diff) | |
closer to the real deal
Diffstat (limited to 'webAO/styles')
| -rw-r--r-- | webAO/styles/classic.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/webAO/styles/classic.css b/webAO/styles/classic.css index e67cbef..b15ab3a 100644 --- a/webAO/styles/classic.css +++ b/webAO/styles/classic.css @@ -18,9 +18,10 @@ img { text-justify: distribute; border: 1px solid rgba(255, 255, 255, 0.7); background: rgba(73, 0, 254, 0.5); - top: 63%; + top: 61%; border-radius: 3px; position: absolute; + z-index: 1; } #client_chat { @@ -29,10 +30,10 @@ img { width: 98%; width: calc(100% - 2px); margin: auto; - height: 30%; + height: 32%; border: 1px solid rgba(255, 255, 255, 0.7); background-color: rgba(0, 0, 0, 0.5); - top: 70%; + top: 68%; border-radius: 4px; position: absolute; word-break: keep-all; |
