feat(FN-1463): fix settings tab highlight alignment on mobile
- 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
This commit is contained in:
5
.changeset/fix-settings-tab-highlight-alignment.md
Normal file
5
.changeset/fix-settings-tab-highlight-alignment.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@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.
|
||||
Reference in New Issue
Block a user