diff options
| author | sD <stoned@derpymail.org> | 2020-02-12 20:21:48 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-02-12 20:21:48 +0100 |
| commit | e2606bddf48d31ce63ce91efa90728e3d25392ca (patch) | |
| tree | 4a2a0c23cbf2d8e8f0da6defbf38ad5ca3bda334 /webAO/styles/client.css | |
| parent | 7f6d524f28f6fc11a8f223bca47dc8712f9d39db (diff) | |
fix chatbox on localhost and change evibox
Diffstat (limited to 'webAO/styles/client.css')
| -rw-r--r-- | webAO/styles/client.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/styles/client.css b/webAO/styles/client.css index 70d6096..bbe8952 100644 --- a/webAO/styles/client.css +++ b/webAO/styles/client.css @@ -193,7 +193,7 @@ background-size: contain; height: 0%; width: auto; - top: 1.5em; + top: 1em; transition: 0.25s linear; transition-property: height, opacity; } |
