diff options
| author | sD <stoned@derpymail.org> | 2020-06-02 00:54:46 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-06-02 00:54:46 +0200 |
| commit | e02305654d5d58b4d80c8af4a0e228b34476c6b6 (patch) | |
| tree | 637510fc10379daa93af024b1958dee62e9ff0cf | |
| parent | d4ca2dc1777888749e046408e063a1a855b9663c (diff) | |
dr1: fix the padding for the new chatwaiting
| -rw-r--r-- | webAO/styles/chatbox/dr1.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/webAO/styles/chatbox/dr1.css b/webAO/styles/chatbox/dr1.css index b1df279..ce86a63 100644 --- a/webAO/styles/chatbox/dr1.css +++ b/webAO/styles/chatbox/dr1.css @@ -68,7 +68,7 @@ content: "SPEAKING"; position: absolute; letter-spacing: 0.075em; - left: 75%; + right: 0; top: 0; z-index: 2; margin: 0; @@ -100,9 +100,8 @@ #client_inner_chat { padding: 2% 4%; - padding-right: 10%; + padding-right: 15%; margin: 0; - line-height: 97%; } #client_chatwaiting { |
