forked from rDrama/rDrama
1
0
Fork 0

make message max height consistent with video max height

master
Aevann 2024-05-17 02:49:02 +03:00
parent 11c25cad18
commit 6f1c55029e
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ lite-youtube {
}
.chat-message {
max-height: 50vh;
max-height: 72vh;
overflow: auto;
max-width: 80%;
display: inline-block;