From 4f6cfee894f12fdd51ec8ebc59aa3df32539fae0 Mon Sep 17 00:00:00 2001 From: anhkha2003 Date: Wed, 3 Jan 2024 18:02:22 -0600 Subject: [PATCH] Change width of left panel in chat --- resources/chatbox.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/chatbox.scss b/resources/chatbox.scss index e27a0cc..b6550df 100644 --- a/resources/chatbox.scss +++ b/resources/chatbox.scss @@ -85,7 +85,8 @@ } #chat-online { margin: 0; - width: 30%; + min-width: 30%; + max-width: 30%; } #chat-area { flex-grow: 1;