Small fix of the chatbar style for Chat color

This commit is contained in:
duckietm 2024-03-15 13:52:29 +01:00
parent 1cddb13413
commit b1b50239c4

View File

@ -60,16 +60,14 @@
width: 75%; width: 75%;
} }
.nitro-chat-style-box { .nitro-chat-style-box {
background-color: #b69b83;
height: 100%; height: 100%;
z-index: 1; z-index: 1;
display: flex; display: flex;
align-items: center; align-items: center;
padding: 0 0.75em; padding: 0 0.75em;
border-radius: 0 0.5rem 0.5rem 0;
margin-left: -11px; margin-left: -11px;
margin-right: 5px; margin-right: 2px;
width: 44px; width: 34px;
} }
} }