From cbbea2c174542db482e505cf87b83ef13d5bc5a9 Mon Sep 17 00:00:00 2001 From: lucaronin Date: Sat, 28 Feb 2026 10:54:46 +0100 Subject: [PATCH] fix: properties panel bar height matches breadcrumb bar Co-Authored-By: Claude Opus 4.6 --- src/components/Inspector.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Inspector.tsx b/src/components/Inspector.tsx index 3a695faf..7d7afe80 100644 --- a/src/components/Inspector.tsx +++ b/src/components/Inspector.tsx @@ -79,7 +79,7 @@ function useReferencedBy(entry: VaultEntry | null, entries: VaultEntry[]): Refer function InspectorHeader({ collapsed, onToggle }: { collapsed: boolean; onToggle: () => void }) { const { onMouseDown } = useDragRegion() return ( -
+
{collapsed ? (