From 8ec824ce771d74adae5b07db8c31471ae0d1adb7 Mon Sep 17 00:00:00 2001 From: XIN Date: Fri, 13 Feb 2026 14:43:38 +0800 Subject: [PATCH 1/6] style: update ui details --- web/src/App.tsx | 4 ++-- web/src/features/chat/chat.tsx | 2 +- web/src/features/sessions/sessions.tsx | 16 ++++++++-------- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/web/src/App.tsx b/web/src/App.tsx index 26db2bab7..9400928ee 100644 --- a/web/src/App.tsx +++ b/web/src/App.tsx @@ -360,7 +360,7 @@ function App() { return ( -
+
{isDesktop ? ( -
+
diff --git a/web/src/features/chat/chat.tsx b/web/src/features/chat/chat.tsx index ab2362883..7d43e2c59 100644 --- a/web/src/features/chat/chat.tsx +++ b/web/src/features/chat/chat.tsx @@ -245,7 +245,7 @@ export const ChatWorkspace = memo(function ChatWorkspaceComponent({ /> {currentSession && ( -
+
+
); } @@ -612,7 +612,7 @@ export const SessionsSidebar = memo(function SessionsSidebarComponent({ <>