From 13f503691ed981504b8b5bc58a0ca6ea8439b110 Mon Sep 17 00:00:00 2001 From: Test Date: Sat, 4 Apr 2026 01:33:20 +0200 Subject: [PATCH] fix: match view items to section items style in sidebar Removed the `compact` prop from view NavItems so they render with the same icon size (16px), font size (13px), and vertical padding (6px) as SectionHeader items. Views and sections now align visually. Co-Authored-By: Claude Opus 4.6 (1M context) --- src/components/Sidebar.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Sidebar.tsx b/src/components/Sidebar.tsx index 21a62825..98a67dff 100644 --- a/src/components/Sidebar.tsx +++ b/src/components/Sidebar.tsx @@ -457,7 +457,6 @@ export const Sidebar = memo(function Sidebar({ label={v.definition.name} isActive={isSelectionActive(selection, { kind: 'view', filename: v.filename })} onClick={() => onSelect({ kind: 'view', filename: v.filename })} - compact /> {onDeleteView && (