Internal
Public Access
The flex-direction: column on header-user was causing buttons to overflow outside the header bar. Changed approach to keep buttons horizontal but make them smaller on very small screens. Changes: - Removed flex-direction: column from 480px breakpoint - Keep buttons horizontal with smaller font size - Reduced button min-height to 36px on small screens - Reduced touch targets slightly (40px) for very small screens - Smaller brand font size (0.9rem) Updated cache version to v=3 to force reload. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>