Set the Max-Width of the Chat-Window to 80%

Too long single-line messages can cause the ChatUser-Panel to disappear.
Allowing the windows of the Chat to be only 80% of width will cause a automatic linebreak in such a case.
This commit is contained in:
BotMaster3000 2021-06-07 20:15:10 +02:00
parent d79e2323c0
commit 5c4558ace5

View File

@ -202,6 +202,7 @@ ul.breadcrumbs li a:link, ul.breadcrumbs li a:visited {
} }
.chat-wrapper { .chat-wrapper {
max-width: 80%;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
flex: 1; flex: 1;