From c9320ab876db71abc197f30d4dca65bcc7801ec1 Mon Sep 17 00:00:00 2001 From: anhkha2003 Date: Mon, 8 Jan 2024 17:39:10 -0600 Subject: [PATCH] Add max-width for right panel of chat --- resources/chatbox.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/chatbox.scss b/resources/chatbox.scss index b6550df..2e47cf6 100644 --- a/resources/chatbox.scss +++ b/resources/chatbox.scss @@ -90,6 +90,8 @@ } #chat-area { flex-grow: 1; + min-width: 70%; + max-width: 70%; } } #chat-input, #chat-log .content-message {