From 1205a9666115318b79e4f8204ed7641094656c26 Mon Sep 17 00:00:00 2001 From: duanshuwen Date: Sat, 18 Apr 2026 00:05:20 +0800 Subject: [PATCH] feat: update ChatHistoryPanel layout and styling for improved UI consistency --- src/components/chat/ChatHistoryPanel.tsx | 27 ++++++++++-------------- 1 file changed, 11 insertions(+), 16 deletions(-) diff --git a/src/components/chat/ChatHistoryPanel.tsx b/src/components/chat/ChatHistoryPanel.tsx index 0cf2cc4..8198732 100644 --- a/src/components/chat/ChatHistoryPanel.tsx +++ b/src/components/chat/ChatHistoryPanel.tsx @@ -100,7 +100,7 @@ export default function ChatHistoryPanel({ }; }, [menuState]); - const panelWidthClass = isCompact ? 'md:w-[96px] lg:w-[96px]' : 'md:w-[240px] lg:w-[252px]'; + const panelWidthClass = isCompact ? 'md:w-[70px] lg:w-[70px]' : 'md:w-[240px] lg:w-[252px]'; return (