Add max-width for right panel of chat

This commit is contained in:
anhkha2003 2024-01-08 17:39:10 -06:00
parent 2b84d62260
commit c9320ab876

View file

@ -90,6 +90,8 @@
}
#chat-area {
flex-grow: 1;
min-width: 70%;
max-width: 70%;
}
}
#chat-input, #chat-log .content-message {