smaller chat messages

pull/90/head
Aevann 2023-01-22 10:36:14 +02:00
parent 7f1ddf5c0c
commit b1dba34658
1 changed files with 2 additions and 2 deletions

View File

@ -132,14 +132,14 @@ lite-youtube {
}
.chat-message {
max-height: 50vh;
max-height: 30vh;
overflow: auto;
max-width: 80%;
display: inline-block;
}
.resizable>video {
max-height: 48vh!important;
max-height: 28vh!important;
margin: 14px 0 0 0!important;
}