reduce chat-message max width

pull/90/head
Aevann 2023-01-22 02:13:58 +02:00
parent 55298766af
commit 74f2098144
1 changed files with 1 additions and 1 deletions

View File

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