MAPPS-346: spread collapsed sidebar to fill spare height (current density as minimum) #408
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/MAPPS-346-collapsed-nav-fill"
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 #407 (merged). The collapsed icon rail now spreads to fill spare vertical space instead of clustering at the top, while keeping the current tight density as the minimum. Sidebar scope only.
What changed (collapsed rail only; expanded unchanged)
flex flex-col justify-between gap-0.5, replacingspace-y-0.5).gap-0.5keeps today's tight spacing as the floor;justify-betweendistributes any extra height between the groups so the rail uses the full column when there is room.justify-content: space-betweendegrades toflex-start(no top clipping), so a rail taller than the viewport simply scrolls at the minimum density, exactly like current main.Net: current main density is the minimum; the rail only spaces out when there is room.
#MAPPS-346