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:
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user