reduce chatbox size on desktop

pull/90/head
Aevann 2023-01-20 06:57:44 +02:00
parent 5a1bc77ed5
commit 3bcb568f5c
1 changed files with 3 additions and 3 deletions

View File

@ -293,9 +293,9 @@ lite-youtube {
} }
@media (min-width: 768px) { @media (min-width: 768px) {
.UserInput-input { .UserInput-input {
min-height: 100px !important; min-height: 70px !important;
height: 100px !important; height: 70px !important;
max-height: 100px !important; max-height: 70px !important;
} }
} }
.UserInput-emoji { .UserInput-emoji {