diff options
| author | sD <stoned@derpymail.org> | 2020-04-07 19:18:09 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-04-07 19:18:09 +0200 |
| commit | 2a731f4c0a1325a64c525992c0f78c95a97c6092 (patch) | |
| tree | b2b4a6c3fd14b1875b830f34c282e37d39d7e56d /webAO/styles/chatbox/aa.css | |
| parent | 34908dcaef5940ae40c95865e4bf7f875d1d0a6f (diff) | |
negative works really bad on small screens
Diffstat (limited to 'webAO/styles/chatbox/aa.css')
| -rw-r--r-- | webAO/styles/chatbox/aa.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/webAO/styles/chatbox/aa.css b/webAO/styles/chatbox/aa.css index 8bff8eb..2158956 100644 --- a/webAO/styles/chatbox/aa.css +++ b/webAO/styles/chatbox/aa.css @@ -123,7 +123,7 @@ #client_chatwaiting { display: block; - right: -6px; + right: 4px; bottom: 0.2em; width: 1em; position: absolute; @@ -132,14 +132,14 @@ @keyframes idling { 0% { - right: -4px; + right: 0px; } 50% { - right: -8px; + right: 4px; } 100% { - right: -4px; + right: 0px; } }
\ No newline at end of file |
