Skip to content

Commit

Permalink
fix: artwork missing with heightPercentage: auto
Browse files Browse the repository at this point in the history
  • Loading branch information
punxaphil committed Mar 10, 2024
1 parent 3628b43 commit 342519c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sections/player.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 342519c

Please sign in to comment.