- Fix settings modal tab alignment on mobile by switching .settings-nav-item to flexbox - Add align-items: center to .settings-sidebar for icon+label vertical alignment - Add justify-content: center and gap: 4px to .settings-nav-item - Remove deprecated text-align: center from .settings-nav-item - Add regression tests for new CSS properties in settings-mobile tests
266 B
266 B
@gsxdsm/fusion
| @gsxdsm/fusion |
|---|
| patch |
Fix Settings modal tab/highlight alignment on mobile by using flexbox for icon+label alignment. The active indicator (bottom border) now visually lines up with the tab label text across all sections, including rows with scope icons.