Commit bc6948e
authored
fix: responsive layout bugs - tooltip overflow, mobile gap, branding (#1077)
## Summary
Fixes several header layout bugs discovered via Playwright visual
inspection at multiple viewport sizes (1440px → 375px). Issues were
identified.
## Files Changed
- `EssentialCSharp.Web/Views/Shared/_Layout.cshtml` — moved brand link,
removed `flex-grow-1` from status host, removed redundant `d-md-block`
- `EssentialCSharp.Web/wwwroot/css/styles.css` — tooltip positioning
fix, status host flex, nav overflow/alignment, header-brand styles,
menu-btn positioning context
- `.gitignore` — added `.playwright-mcp/` to prevent Playwright debug
artifacts from being committed
---
## Testing
Inspected with Playwright at 1440×900, 1200×800, 992×768, 768×1024,
480×800, and 375×667.1 parent e369a78 commit bc6948e
3 files changed
Lines changed: 38 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
103 | 106 | | |
104 | 107 | | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | 108 | | |
111 | 109 | | |
112 | 110 | | |
| |||
123 | 121 | | |
124 | 122 | | |
125 | 123 | | |
126 | | - | |
| 124 | + | |
127 | 125 | | |
128 | 126 | | |
129 | 127 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
209 | 235 | | |
210 | 236 | | |
211 | 237 | | |
| 238 | + | |
212 | 239 | | |
213 | 240 | | |
214 | 241 | | |
| |||
295 | 322 | | |
296 | 323 | | |
297 | 324 | | |
298 | | - | |
299 | | - | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
300 | 330 | | |
301 | 331 | | |
302 | 332 | | |
| 333 | + | |
303 | 334 | | |
304 | 335 | | |
305 | 336 | | |
| |||
0 commit comments