forked from rDrama/rDrama
1
0
Fork 0

reduce chat-message max width

master
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 {
max-height: 50vh;
overflow: auto;
max-width: 85%;
max-width: 80%;
display: inline-block;
}