From 97a8ebaa4952b6da8b63e30c5517ecdc317c0fdc Mon Sep 17 00:00:00 2001 From: XIN Date: Sun, 24 May 2026 00:21:41 +0800 Subject: [PATCH 1/2] fix(web): remove app outer gutter --- web/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/App.tsx b/web/src/App.tsx index f387c6c57..cc17b7bd6 100644 --- a/web/src/App.tsx +++ b/web/src/App.tsx @@ -388,7 +388,7 @@ function App() { return ( -
+
{isDesktop ? ( Date: Sun, 24 May 2026 00:22:06 +0800 Subject: [PATCH 2/2] fix(web): refine sessions sidebar spacing --- web/src/features/sessions/sessions.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/src/features/sessions/sessions.tsx b/web/src/features/sessions/sessions.tsx index 003f506b1..22a2f37d3 100644 --- a/web/src/features/sessions/sessions.tsx +++ b/web/src/features/sessions/sessions.tsx @@ -146,7 +146,7 @@ function SessionsListComponent( ) { const { className, ...rest } = props; return ( -
+
); } @@ -804,10 +804,10 @@ export const SessionsSidebar = memo(function SessionsSidebarComponent({ setSessionSearch(e.target.value)} - className="h-8 w-full rounded-md border border-input bg-background pl-8 pr-8 text-xs placeholder:text-muted-foreground focus:outline-none focus:ring-1 focus:ring-ring" + className="h-8 w-full rounded-md border border-input bg-background pl-8 pr-8 truncate text-xs placeholder:text-muted-foreground focus:outline-none focus:ring-1 focus:ring-ring" /> {sessionSearch && (