From c416d9ae0a302c5778aa2ae52c2c33a4591dae62 Mon Sep 17 00:00:00 2001 From: Brooklyn Nicholson Date: Fri, 24 Jul 2026 10:17:22 -0500 Subject: [PATCH] fix(desktop): let the pinned sidebar section grow to fit all pins The pinned list was hard-capped at max-h-44 with an invisible scrollbar; cap it at half the viewport instead so every pin is visible. --- apps/desktop/src/app/chat/sidebar/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/desktop/src/app/chat/sidebar/index.tsx b/apps/desktop/src/app/chat/sidebar/index.tsx index 41be9fcb4ae4..a5d2b9e3eb42 100644 --- a/apps/desktop/src/app/chat/sidebar/index.tsx +++ b/apps/desktop/src/app/chat/sidebar/index.tsx @@ -1239,7 +1239,7 @@ export function ChatSidebar({ {!trimmedQuery && ( } label={s.pinned}