increase message height

pull/90/head
Aevann 2023-01-21 13:23:05 +02:00
parent 05e39c1aa9
commit 42ade0c2a1
1 changed files with 1 additions and 1 deletions

View File

@ -123,6 +123,6 @@ lite-youtube {
}
.chat-message {
max-height: 40px;
max-height: 50vh;
overflow: scroll;
}