Commit 95654cd
fix(ui): cap the art and tracklist without container queries
container-type and cqw land in chromium 105. The framebuffer browser runs
QtWebEngine 5.15, i.e. chromium 87, which drops the cqw declaration and
the cap with it: the cover art stretches and the tracklist grows down the
page instead of scrolling inside its card. On the 480px tall screens
those pi setups use, one long queue pushes everything else off screen.
A vh fallback ahead of the cqw value covers those engines and costs the
newer ones nothing. Both rules take the same value, the tracklist being
sized to the cover's footprint so the card keeps its height when
toggling between the two views.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_018ttTauWYwg5MhzapKNY4R31 parent 4ba2a7e commit 95654cd
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
233 | 238 | | |
234 | 239 | | |
| 240 | + | |
235 | 241 | | |
236 | 242 | | |
237 | 243 | | |
238 | 244 | | |
239 | 245 | | |
240 | 246 | | |
| 247 | + | |
241 | 248 | | |
242 | 249 | | |
243 | 250 | | |
| |||
0 commit comments