Skip to content

Commit 9f87ee2

Browse files
fix: correct remaining header layout regressions
- Fix #header-status-host mobile gap: flex: 0 1 auto -> flex: 0 0 0% so the empty host takes zero layout space regardless of content, preventing justify-content:space-between from creating invisible gaps on mobile - Fix .banner ul.nav: add overflow:hidden + align-items:center so nav items cannot paint outside the 50px header boundary - Fix sidebar tooltip position: relative -> position: absolute on .sidebar-tooltip-text, with position:relative on .menu-btn as anchor. The relative positioning put the hidden span in document flow, making the hamburger button ~56px tall and overflowing the 50px header. Tooltip now appears correctly to the right of the button on hover. - Remove .playwright-mcp/ debug artifacts and header-*.png screenshots committed in the previous pass; add .playwright-mcp/ to .gitignore
1 parent f3d3a15 commit 9f87ee2

15 files changed

Lines changed: 10 additions & 455 deletions

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ TestResults/
1010
~$*.do[ct]x
1111
~*.tmp
1212
~$*.dotm
13+
.playwright-mcp/
1314

1415
# Files to keep (primarily book content)
1516
!.gitignore

.playwright-mcp/console-2026-05-08T04-45-00-595Z.log

Lines changed: 0 additions & 2 deletions
This file was deleted.

.playwright-mcp/console-2026-05-08T04-46-22-706Z.log

Lines changed: 0 additions & 2 deletions
This file was deleted.

.playwright-mcp/page-2026-05-08T04-45-01-642Z.yml

Lines changed: 0 additions & 224 deletions
This file was deleted.

0 commit comments

Comments
 (0)