0

Lowered font-size in chat input

This commit is contained in:
t1enne 2022-05-22 14:28:51 +02:00
parent 6a0d0970d6
commit 3a785c2a48

View File

@ -6,6 +6,7 @@
color: var(--text-secondry);
overflow-x: hidden;
div[role=textbox] {
font-size: 0.9rem;
padding: .6rem;
padding-right: calc(0.6rem + 44px);
border-radius: .35rem;
@ -15,6 +16,7 @@
}
}
}
.inputWrapper {
display: flex;
position: relative;