panel: lay the nav bar out as two rows on purpose
It stopped fitting on one line once the entries grew icons: six of them need about 660px and the session block another 260px, against the 738px the panel is wide. Flex was already wrapping it, but the wrap put the session left-aligned directly under the entries, where it read as a third row of navigation. So: entries on the first row, session pushed to the right edge on the second. The two blocks now read as two blocks. Buying the ~200px back by shortening labels was the other option and would have undone the recent work naming each entry after its page. Rows rather than columns -- a two-column grid of entries measured a third taller (107px against 83px) and was no easier to read. Entries stay first in document order, so tabbing still reaches the pages before Sign out. Checked at 1200, 768, 600 and 375px: no horizontal overflow, and below 768 the entries wrap to two rows as before. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
@@ -31,6 +31,12 @@ Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/); version
|
||||
no exemption from the panel's Content-Security-Policy — and are hidden from
|
||||
screen readers, which still announce the label alone.
|
||||
|
||||
- panel: the navigation bar is laid out as two rows on purpose — the page
|
||||
entries, then the signed-in user, Account and Sign out along the right edge.
|
||||
It no longer fits on one line and used to wrap on its own, which left the
|
||||
session block sitting left-aligned under the entries as if it were more
|
||||
navigation.
|
||||
|
||||
## [0.2.0] - 2026-08-03
|
||||
|
||||
- panel: every authenticated page now ends with the running version
|
||||
|
||||
Reference in New Issue
Block a user