From 65e7d4961d1a2ad2e3e63729775ca9a57cdef460 Mon Sep 17 00:00:00 2001 From: Phuoc Anh Kha Le <76896393+anhkha2003@users.noreply.github.com> Date: Wed, 3 Jan 2024 18:09:40 -0600 Subject: [PATCH] Change width of left panel in chat (#103) --- 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;