From 342519c576729b5c9faeca2c924808c97fad6b6d Mon Sep 17 00:00:00 2001 From: Johan Frick Date: Sun, 10 Mar 2024 15:43:51 +0100 Subject: [PATCH] fix: artwork missing with heightPercentage: auto --- src/sections/player.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sections/player.ts b/src/sections/player.ts index 5d1c6e83..52afabf8 100755 --- a/src/sections/player.ts +++ b/src/sections/player.ts @@ -105,6 +105,7 @@ export class Player extends LitElement { flex-shrink: 0; width: 100%; height: 100%; + min-height: 20rem; background-position: center; background-repeat: no-repeat; background-size: contain;