feat(FN-5099): complete Step 4 — pass verification gates

Fusion-Task-Id: FN-5099
Fusion-Task-Lineage: 26353f25-da61-4b61-8fd2-69915a984cc4
This commit is contained in:
Fusion (runfusion.ai)
2026-05-18 22:33:24 -07:00
committed by gsxdsm
parent 39fee83654
commit d8a04ff5a7
5 changed files with 135 additions and 123 deletions

View File

@@ -693,30 +693,13 @@
color: var(--text-muted);
}
.card-footer-row > .card-source-provenance:first-of-type,
.card-footer-row > .card-github-tracking-chip:first-of-type,
.card-footer-row > .card-retry-badge:first-of-type,
.card-footer-row > .card-time-indicator:first-of-type {
margin-left: auto;
}
.card-source-provenance + .card-source-provenance,
.card-footer-row > .card-source-provenance + .card-github-tracking-chip:first-of-type,
.card-footer-row > .card-source-provenance + .card-retry-badge,
.card-footer-row > .card-source-provenance + .card-time-indicator,
.card-footer-row > .card-github-tracking-chip + .card-retry-badge,
.card-footer-row > .card-github-tracking-chip + .card-time-indicator,
.card-footer-row > .card-retry-badge + .card-time-indicator {
margin-left: 0;
}
.card-footer-row.card-footer-row--chip-far-right > .card-source-provenance:first-of-type,
.card-footer-row.card-footer-row--chip-far-right > .card-source-provenance + .card-github-tracking-chip:first-of-type {
margin-left: 0;
}
.card-footer-row.card-footer-row--chip-far-right > .card-github-tracking-chip {
.card-footer-row-right {
display: inline-flex;
align-items: center;
gap: var(--space-sm);
margin-left: auto;
min-width: 0;
flex-wrap: nowrap;
}
.card-source-provenance .provider-icon {
@@ -1322,10 +1305,6 @@
gap: var(--space-xs);
}
.card-footer-row.card-footer-row--chip-far-right > .card-github-tracking-chip {
margin-left: auto;
}
.card-time-indicator,
.card-github-tracking-chip,
.card-retry-badge,