feat(FN-1464): merge fusion/fn-1464

This commit is contained in:
gsxdsm
2026-04-10 12:07:01 -07:00
parent 82fc649db6
commit 7ad9bf6f6d
5 changed files with 34 additions and 7 deletions

View File

@@ -0,0 +1,11 @@
---
"@gsxdsm/fusion": patch
---
Tighten mobile bottom spacing between dashboard content and nav bar (FN-1464)
- Introduced `--mobile-nav-height` CSS variable (44px) to unify mobile bottom-spacing contract
- Reduced mobile nav bar footprint from 48px to 44px while preserving 36px touch targets
- Updated executor status bar mobile positioning to use nav-height contract variable
- Updated project content padding formulas to use unified nav-height variable
- Updated CSS regression tests to match new spacing values