MAPPS-346: tighten collapsed sidebar density so the rail fits without scrolling #407
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/MAPPS-346-collapsed-nav-density"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Follow-up to #406 (merged). Tightens the collapsed sidebar's icon spacing so the full nav fits without an internal scroll. Sidebar scope only.
What changed (collapsed rail only; expanded unchanged)
NavItemvertical padding:py-2topy-1.space-y-1tospace-y-0.5, and bottom paddingpb-4topb-2.NavSection:pt-2 space-y-1topt-1 space-y-0.5, keeping a small gap so groups stay distinct.Net effect: roughly ~8px saved per item plus tighter group gaps, enough to keep the icon-only rail on-screen without scrolling on typical viewports. No behavior change; expanded-rail spacing is identical.
#MAPPS-346