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; } }