diff options
| author | sD <stoned@derpymail.org> | 2020-04-07 23:44:34 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-04-07 23:44:34 +0200 |
| commit | 0bad799d9ba615c8a1c1d53cb779fa4ea2ab3da2 (patch) | |
| tree | 68ae3521317b197cf19f4351c320fe97b5fbd06d /webAO/styles/chatbox/yttd.css | |
| parent | e93c69163f115fbfa2c92b2246ef30a953e27213 (diff) | |
fix up chatwaiting
Diffstat (limited to 'webAO/styles/chatbox/yttd.css')
| -rw-r--r-- | webAO/styles/chatbox/yttd.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/webAO/styles/chatbox/yttd.css b/webAO/styles/chatbox/yttd.css index 471ba79..f588ae4 100644 --- a/webAO/styles/chatbox/yttd.css +++ b/webAO/styles/chatbox/yttd.css @@ -91,10 +91,11 @@ #client_chatwaiting { display: block; + position: absolute; transform: rotate(90deg); left: 50%; - bottom: 0px; - position: absolute; + bottom: 0px; + line-height: 0.5; animation: idling 1s linear infinite; } |
