From b1b50239c4d0a73ff8a654971bad833fd87ece76 Mon Sep 17 00:00:00 2001 From: duckietm Date: Fri, 15 Mar 2024 13:52:29 +0100 Subject: [PATCH] Small fix of the chatbar style for Chat color --- src/components/room/widgets/chat-input/ChatInputView.scss | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/components/room/widgets/chat-input/ChatInputView.scss b/src/components/room/widgets/chat-input/ChatInputView.scss index ecc26ce..f0a868e 100644 --- a/src/components/room/widgets/chat-input/ChatInputView.scss +++ b/src/components/room/widgets/chat-input/ChatInputView.scss @@ -60,16 +60,14 @@ width: 75%; } .nitro-chat-style-box { - background-color: #b69b83; height: 100%; z-index: 1; display: flex; align-items: center; padding: 0 0.75em; - border-radius: 0 0.5rem 0.5rem 0; margin-left: -11px; - margin-right: 5px; - width: 44px; + margin-right: 2px; + width: 34px; } }