left4me/l4d2web/static/css
mwiegand 7b31390b4c
fix(l4d2-web): file tree — uniform vertical spacing across all rows
The flex 'gap' shorthand on .file-tree-row was setting row-gap as well
as column-gap, so when the .file-tree-children div wrapped to a new
line the row-gap (--space-s) added on top of the nested ul's
margin-top (--space-xs) — making the button-to-first-child gap visibly
bigger than the sibling-row gap. Switch to 'gap: 0 var(--space-s)' so
only column-gap applies; vertical rhythm is now owned exclusively by
the outer grid gap (--space-xs) and the nested ul margin-top
(--space-xs), both equal.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-08 20:49:05 +02:00
..
components.css fix(l4d2-web): file tree — uniform vertical spacing across all rows 2026-05-08 20:49:05 +02:00
layout.css feat(l4d2-web): add neutral shell and theme tokens 2026-05-06 12:06:23 +02:00
logs.css feat(l4d2-web): add neutral shell and theme tokens 2026-05-06 12:06:23 +02:00
tokens.css feat(l4d2-web): add job pages and cancellation 2026-05-06 15:05:13 +02:00