feat(FN-2683): align mobile action button sizing in task views

- Reduce Task Detail move split chevron width on mobile for a more compact control
- Add mobile padding override to TaskCard send-back button to match sibling action sizing
- Normalize task action button dimensions across card and detail contexts
This commit is contained in:
Fusion
2026-04-27 05:07:34 -07:00
committed by gsxdsm
parent 199ee9ceef
commit 403767e4af
2 changed files with 6 additions and 6 deletions

View File

@@ -724,13 +724,8 @@
}
@media (max-width: 768px) {
.detail-move-split-btn__main,
.detail-move-split-btn__chevron {
min-height: calc(var(--space-lg) + var(--space-xl));
}
.detail-move-split-btn__chevron {
min-width: calc(var(--space-lg) + var(--space-xl));
min-width: calc(var(--space-md) + var(--space-sm));
}
}