From 5e365489779ee7316b65f12bd2ee240ca8246bf8 Mon Sep 17 00:00:00 2001 From: Michael Han <107991372+shimmyshimmer@users.noreply.github.com> Date: Tue, 28 Jul 2026 22:17:05 -0700 Subject: [PATCH] Studio: tighten the sidebar pill right inset (#7562) The nav pills sat at pl-1.5 pr-2, so the gap to the right edge was 8px against 6px on the left and read as visibly lopsided. Drops the right inset to pr-1.75 (7px), leaving a 1px difference that no longer catches the eye. Applied to all six pill containers so every pill keeps the same width. --- studio/frontend/src/components/app-sidebar.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/studio/frontend/src/components/app-sidebar.tsx b/studio/frontend/src/components/app-sidebar.tsx index 849460dc7d..ecbebba326 100644 --- a/studio/frontend/src/components/app-sidebar.tsx +++ b/studio/frontend/src/components/app-sidebar.tsx @@ -1327,10 +1327,10 @@ export function AppSidebar() { )} - {/* Uniform pl-1.5 pr-2 keeps every hover pill the same width, inset from the edge. */} + {/* Uniform pl-1.5 pr-1.75 keeps every hover pill the same width, inset from the edge. */} - + - + - + {pinnedProjectRecords.map((project) => { const projectChats = @@ -1723,7 +1723,7 @@ export function AppSidebar() { - + {recentChatItems.map((item) => renderChatSidebarItem(item, "recent"), @@ -1755,7 +1755,7 @@ export function AppSidebar() { - + {runItems.map((run) => { // Explicit selection wins. Otherwise highlight the active