From 91e00ad050747427db42436b4bb43cbdaf8c4708 Mon Sep 17 00:00:00 2001 From: Coki Date: Tue, 30 Jul 2024 23:22:17 +0800 Subject: [PATCH] fix: adjust drawer width for responsiveness in SidePanelChat --- app/components/SidePanelChat.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/SidePanelChat.tsx b/app/components/SidePanelChat.tsx index ea1c20a..279ad2d 100644 --- a/app/components/SidePanelChat.tsx +++ b/app/components/SidePanelChat.tsx @@ -40,7 +40,7 @@ const SidePanelChat = forwardRef((props, ref) => { {isOpen &&
}