feat(FN-4295): complete Step 5 — documentation & delivery

Fusion-Task-Id: FN-4295
Fusion-Task-Lineage: e2a47487-33f5-4077-8031-c7bb14882121
This commit is contained in:
Fusion
2026-05-13 10:07:42 -07:00
committed by gsxdsm
parent e640da60eb
commit e4d5216c0f
3 changed files with 36 additions and 13 deletions

View File

@@ -1133,6 +1133,18 @@
/* === Mobile Responsive Overrides === */
@media (max-width: 768px) {
.card-header {
flex-wrap: wrap;
row-gap: var(--space-xs);
}
.card-header-actions {
width: 100%;
margin-left: 0;
justify-content: flex-end;
flex-wrap: wrap;
}
/* Card edit button: always visible on mobile (no hover) */
.card-edit-btn {
opacity: 1;
@@ -1174,12 +1186,14 @@
.card-archive-btn,
.card-unarchive-btn {
opacity: 1;
padding: calc(var(--space-xs) - (var(--space-xs) / 4)) var(--space-sm);
min-height: calc(var(--space-xl) + var(--space-md));
padding: var(--space-xs) var(--space-md);
}
.card-send-back-btn {
opacity: 1;
padding: calc(var(--space-xs) - (var(--space-xs) / 4)) var(--space-sm);
min-height: calc(var(--space-xl) + var(--space-md));
padding: var(--space-xs) var(--space-md);
}
/* Card: compact progress bar on narrow cards */