fix chat message size

master
Aevann 2024-07-12 22:33:42 +03:00
parent 20aee02f4c
commit 959f0e2922
1 changed files with 1 additions and 2 deletions

View File

@ -132,14 +132,13 @@ lite-youtube {
.chat-message {
max-height: 72dvh;
overflow: hidden;
max-width: 80%;
display: inline-block;
}
@media (min-width: 992px)
{
.chat-message {
max-width: calc(70vw - 400px);
max-width: 70vw;
}
}