Tidy mobile header into a two-tier layout

The account/logout button was a loose justify-between flex child alongside
all the utility icons, so on mobile it wrapped onto a row by itself. Split
the header into a brand bar (logo + account) and a controls bar (utilities +
search + nav) so the account is pinned top-right and never orphaned.
This commit is contained in:
prosolis
2026-07-07 18:35:38 -07:00
parent 77581ac152
commit ff3a0e87be
2 changed files with 37 additions and 33 deletions

File diff suppressed because one or more lines are too long