Give the chat text input surrounding a background color

This commit is contained in:
Gabe Kangas
2022-12-24 15:32:15 -08:00
parent c871251769
commit fb1aca165f

View File

@ -6,8 +6,9 @@
bottom: 0px; bottom: 0px;
width: 100%; width: 100%;
padding: 2px 0.1vw; padding: 4px 0.1vw;
overflow-x: hidden; overflow-x: hidden;
background-color: var(--theme-color-palette-3);
.inputWrap { .inputWrap {
position: relative; position: relative;