more chat improvements

pull/90/head
Aevann 2023-01-21 14:24:00 +02:00
parent 47970cf1ec
commit 4bd99bc171
1 changed files with 3 additions and 1 deletions

View File

@ -121,7 +121,9 @@ lite-youtube {
.chat-message {
max-height: 50vh;
overflow: scroll;
overflow: auto;
max-width: 85%;
display: inline-block;
}
.resizable>video {