feat(FN-4274): complete Step 6 — documentation & delivery

Fusion-Task-Id: FN-4274
Fusion-Task-Lineage: 13806cfa-9911-4084-a439-dc4d91076062
This commit is contained in:
Fusion
2026-05-13 09:22:21 -07:00
committed by gsxdsm
parent 2b016599d2
commit a3ddeb6e72

View File

@@ -646,8 +646,8 @@ html .column.drag-over * {
.runtime-card__logo {
flex: 0 0 auto;
width: 44px; /* matches mobile touch-target convention from AGENTS.md (no --touch-target token defined) */
height: 44px; /* matches mobile touch-target convention from AGENTS.md (no --touch-target token defined) */
width: calc(var(--space-xl) + var(--space-xl) - var(--space-xs));
height: calc(var(--space-xl) + var(--space-xl) - var(--space-xs));
display: inline-flex;
align-items: center;
justify-content: center;
@@ -717,7 +717,7 @@ html .column.drag-over * {
appearance: none;
background: transparent;
border: none;
border-bottom: 2px solid transparent;
border-bottom: calc(var(--space-xs) / 2) solid transparent;
padding: var(--space-sm) var(--space-md);
cursor: pointer;
color: var(--text-muted);