Commit 3605de4
committed
fix(ui): position close button absolutely so nav items start at top
The close button used float:right which is ignored in flex containers,
causing it to consume a full row (~4rem) of vertical space and push
nav items down. Position it absolutely in the top-right corner instead.
Also remove the first nav item's top border and the redundant link
inline padding so items align flush with the panel's divider lines.1 parent ee8ffeb commit 3605de4
1 file changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
105 | | - | |
106 | 104 | | |
107 | 105 | | |
108 | 106 | | |
| |||
366 | 364 | | |
367 | 365 | | |
368 | 366 | | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
369 | 370 | | |
370 | 371 | | |
371 | 372 | | |
| |||
378 | 379 | | |
379 | 380 | | |
380 | 381 | | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
381 | 386 | | |
382 | 387 | | |
383 | 388 | | |
| |||
0 commit comments