From 3126b6ecad2248eac47e59cf39d9392b307f4f67 Mon Sep 17 00:00:00 2001 From: Phuoc Anh Kha Le <76896393+anhkha2003@users.noreply.github.com> Date: Mon, 8 Jan 2024 18:47:55 -0600 Subject: [PATCH] Add max-width for right panel of chat (#104) --- 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 {