From bde093fb21765a640f1a9fdec4bd595d0be6828c Mon Sep 17 00:00:00 2001 From: Arjun Patel Date: Sat, 20 Jun 2026 13:30:07 -0700 Subject: [PATCH] fix: sidebar padding glitchy Long markdown content would make each chat row expand and remove the padding in the sidebar --- .../src/features/particles/stream-list-sidebar.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/js/desktop/src/features/particles/stream-list-sidebar.tsx b/js/desktop/src/features/particles/stream-list-sidebar.tsx index db4630f..f681f23 100644 --- a/js/desktop/src/features/particles/stream-list-sidebar.tsx +++ b/js/desktop/src/features/particles/stream-list-sidebar.tsx @@ -39,7 +39,7 @@ export function StreamListSidebar({ }, [currentIndex]); return ( -