Commit 9f87ee2
committed
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 .gitignore1 parent f3d3a15 commit 9f87ee2
15 files changed
Lines changed: 10 additions & 455 deletions
File tree
- .playwright-mcp
- EssentialCSharp.Web/wwwroot/css
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments