Skip to content

Commit

Permalink
fix: Card info does not fit within set card size
Browse files Browse the repository at this point in the history
fixes #232
  • Loading branch information
punxaphil committed Dec 9, 2023
1 parent 3470e3e commit 957f70a
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 @@ -79,6 +79,7 @@ export class Player extends LitElement {
.container {
display: grid;
grid-template-columns: 100%;
grid-template-rows: min-content auto min-content;
grid-template-areas:
'header'
Expand Down

0 comments on commit 957f70a

Please sign in to comment.