Add max-width for right panel of chat (#104)

This commit is contained in:
Phuoc Anh Kha Le 2024-01-08 18:47:55 -06:00 committed by GitHub
parent 2b84d62260
commit 3126b6ecad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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