diff --git a/web/src/App.tsx b/web/src/App.tsx index 8900f47..d63cd46 100644 --- a/web/src/App.tsx +++ b/web/src/App.tsx @@ -35,7 +35,7 @@ import { playPop } from "./lib/pop"; import { targetForAlbum } from "./lib/remote"; import type { Group, Results, SongHit } from "./lib/search"; import { buildSearchIndex, categoryMatches, groupOf, results as computeResults } from "./lib/search"; -import { SHOW_AMBIENCE, SHOW_GLASS_BLUR } from "./lib/theme"; +import { SHOW_AMBIENCE, SHOW_CARD_BLUR, SHOW_GLASS_BLUR } from "./lib/theme"; /** How long an armed "A" waits for the digit that completes the shortcut. */ const ASSIGN_PENDING_TIMEOUT_MS = 4000; @@ -412,7 +412,11 @@ export function App() { setUi((previous) => ({ ...previous, page: previous.page === page ? "music" : page })); return ( -
+
{state && SHOW_AMBIENCE && ( .card { + content-visibility: auto; + contain-intrinsic-size: auto 289px; +} + .shelf-row { display: flex; gap: 12px;