Commit e5c1020
Fix PWA bottom spacing using env() + max() without media query
Replace unreliable @media (display-mode: standalone) override with a
single :root rule using max() — in browser env() returns 0px so values
stay at 20px/80px, in PWA they grow to safe-area + 10px / safe-area + 65px.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 2d3ee92 commit e5c1020
1 file changed
Lines changed: 4 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
398 | 398 | | |
399 | 399 | | |
400 | 400 | | |
401 | | - | |
402 | | - | |
403 | | - | |
404 | | - | |
405 | | - | |
406 | | - | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
407 | 405 | | |
408 | 406 | | |
409 | 407 | | |
| |||
0 commit comments