diff options
Diffstat (limited to 'webAO/styles')
| -rw-r--r-- | webAO/styles/chatbox/dr1.css | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/webAO/styles/chatbox/dr1.css b/webAO/styles/chatbox/dr1.css index 34700bc..d4c2016 100644 --- a/webAO/styles/chatbox/dr1.css +++ b/webAO/styles/chatbox/dr1.css @@ -43,9 +43,8 @@ display: block; padding: 0 0.45em; height: 20%; - width: 90%; + width: 87%; text-align: left; - letter-spacing: 0.075em; color: #3d3c3f; font-weight: bold; border-radius: 0 2em 0 0; @@ -68,6 +67,7 @@ #client_name::after { content: "SPEAKING"; position: absolute; + letter-spacing: 0.075em; left: 75%; top: 0; z-index: 2; @@ -79,7 +79,7 @@ #client_chat { font-size: 1em; display: block; - width: 100%; + width: 97%; margin: auto; height: 80%; border-radius: 0 3em 3em 0; @@ -92,14 +92,16 @@ text-align: left; overflow: hidden; scroll-behavior: smooth; + + border-top-width: 1.2em; + border-top-style: solid; + border-color: #fd9900; } #client_chat p { padding: 2% 4%; margin: 0; line-height: 97%; - letter-spacing: 0.05em; - word-spacing: 0.3em; } #client_chatwaiting { |
