gabriel / musehub public
_commits.scss
21 lines 874 B
Raw
sha256:7d6dd8f4a89e2d1fef2d84f6e65feaff51385d382f466766b7f690a22ec18e32 fix: fall back to DB ancestry check when mpack-only fast-fo… Sonnet 4.6 patch 6 days ago
1 // ─────────────────────────────────────────────────────────────────────────────
2 // Page: Commits list
3 // File: src/scss/pages/_commits.scss
4 //
5 // STRUCTURAL LAYOUT ONLY — zero colors, zero typography here.
6 // Visual rules live in components/_commits.scss.
7 // ─────────────────────────────────────────────────────────────────────────────
8
9 .commits-header {
10 display: flex;
11 align-items: center;
12 justify-content: space-between;
13 gap: var(--space-3);
14 flex-wrap: wrap;
15
16 > div {
17 display: flex;
18 align-items: center;
19 gap: var(--space-3);
20 }
21 }
File History 1 commit
sha256:7d6dd8f4a89e2d1fef2d84f6e65feaff51385d382f466766b7f690a22ec18e32 fix: fall back to DB ancestry check when mpack-only fast-fo… Sonnet 4.6 patch 6 days ago