feat(FN-683): fix mobile header layout

- Refactor header styles for responsive mobile layout
- Add comprehensive Header component tests for mobile breakpoints
- Include changeset for patch release
This commit is contained in:
gsxdsm
2026-04-01 09:02:13 -07:00
parent f98f9d3456
commit 019ab30d41
2 changed files with 73 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
"@gsxdsm/fusion": patch
---
Fix mobile header layout and overflow menu visibility. Added dedicated CSS styles for `.header-project-selector` and `.header-back-button` classes. Improved mobile overflow menu with better trigger styling, positioning, and animation. Enhanced mobile header layout with proper spacing, logo sizing, and responsive behavior across viewport sizes (320px-768px).