aboutsummaryrefslogtreecommitdiff
path: root/webAO
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2020-04-07 19:18:09 +0200
committersD <stoned@derpymail.org>2020-04-07 19:18:09 +0200
commit2a731f4c0a1325a64c525992c0f78c95a97c6092 (patch)
treeb2b4a6c3fd14b1875b830f34c282e37d39d7e56d /webAO
parent34908dcaef5940ae40c95865e4bf7f875d1d0a6f (diff)
negative works really bad on small screens
Diffstat (limited to 'webAO')
-rw-r--r--webAO/styles/chatbox/aa.css8
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