From b3d84ea454f402bc6613a2007595bcb08cbd2f35 Mon Sep 17 00:00:00 2001 From: heimoshuiyu Date: Thu, 18 Jul 2024 09:37:04 +0800 Subject: [PATCH] chatbox width: 100% this fix the issue of the sidebar width changing. --- src/chatbox.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chatbox.tsx b/src/chatbox.tsx index 4d93616..a65e78b 100644 --- a/src/chatbox.tsx +++ b/src/chatbox.tsx @@ -445,7 +445,7 @@ export default function ChatBOX(props: { const userInputRef = createRef(); return ( -
+
{showSettings && (