From aa1169c9e46810c460e6ff9faf42df8e7a4ddd2d Mon Sep 17 00:00:00 2001 From: kang Date: Tue, 19 May 2026 18:25:53 +0800 Subject: [PATCH] fix: anchor active session detail to sidebar edge --- src/components/Sidebar.tsx | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/src/components/Sidebar.tsx b/src/components/Sidebar.tsx index cb9ad91..488ea9b 100644 --- a/src/components/Sidebar.tsx +++ b/src/components/Sidebar.tsx @@ -102,7 +102,7 @@ export default function Sidebar({ const activeSession = sessions.find(session => session.id === currentId) ?? null; return ( -