Fix stack overlap, staggered folder tabs with click-to-jump.

Shared scroll driver for all variants; wider folders; tab rail; trace and rack aligned.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-05-20 22:55:39 -04:00
co-authored by Cursor
parent 17338fc3b4
commit 07dffaa323
15 changed files with 436 additions and 323 deletions
+8
View File
@@ -0,0 +1,8 @@
/* Import in each stack variant: @import '../shared/stack-vars.css'; */
:root {
--stack-nav: 2.5rem;
--stack-stick: 0.5rem;
--stack-step: 1.75rem;
--stack-tick: 13vh;
--stack-overlap: 11.5vh;
}