From 27025f24b2e35a7685c7c01b470414924be0fa1e Mon Sep 17 00:00:00 2001 From: Nick Date: Sat, 5 Sep 2026 06:15:25 -0500 Subject: [PATCH] fix(sidebar): keep space folder width on open --- src/lib/features/sidebar/NavigationRail.svelte | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/features/sidebar/NavigationRail.svelte b/src/lib/features/sidebar/NavigationRail.svelte index 63aa3ad..e067f96 100644 --- a/src/lib/features/sidebar/NavigationRail.svelte +++ b/src/lib/features/sidebar/NavigationRail.svelte @@ -768,6 +768,7 @@ .rail-slot { position: relative; + margin: -1px 0; /* when in open folders, makes all gaps equal (4px at 100% scaling) */ } .rail-slot.dragged { @@ -834,6 +835,7 @@ .folder-open { position: relative; + width: var(--avatar-size-400); } .folder-card {