From e02305654d5d58b4d80c8af4a0e228b34476c6b6 Mon Sep 17 00:00:00 2001 From: sD Date: Tue, 2 Jun 2020 00:54:46 +0200 Subject: dr1: fix the padding for the new chatwaiting --- webAO/styles/chatbox/dr1.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'webAO/styles') 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 { -- cgit