levkin.ca/shared/stack-vars.css
ilia 21c75cdcba Rebuild stack-folder with sticky tab rail and site previews.
L0–L7 folders stack on scroll with aligned max depth, labeled tabs that
stay consistent when L7 joins the rail, Cal embeds, preview screenshots,
Playwright tests, and updated README.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-21 21:30:05 -04:00

11 lines
314 B
CSS

/* Sticky stack — one viewport of scroll per layer until L6 is on top */
:root {
--stack-nav: 2.5rem;
--stack-stick: 3rem;
--stack-tab-h: 1.72rem;
--stack-step: 1.75rem;
--stack-gap: 0.35rem;
/* ~one folder body of scroll between layers (not a full viewport each) */
--stack-scroll-slot: 1.5rem;
}