feat(FN-4164): complete Step 2 — restore mobile touch target sizing
Fusion-Task-Id: FN-4164 Fusion-Task-Lineage: 7e3ea70f-c2e7-40c5-9de8-d8d3ab67c513
This commit is contained in:
@@ -1657,8 +1657,9 @@
|
||||
|
||||
.detail-github-tracking-section .detail-github-tracking-enable {
|
||||
margin-left: auto;
|
||||
min-width: 44px; /* Match the global .touch-target minimum on mobile. */
|
||||
min-height: 44px; /* Match the global .touch-target minimum on mobile. */
|
||||
min-width: calc(var(--space-lg) + var(--space-xl) - var(--space-xs));
|
||||
min-height: calc(var(--space-lg) + var(--space-xl) - var(--space-xs));
|
||||
padding-block: var(--space-xs);
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user