Skip to content

Commit

Permalink
Reduce width of player
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepyfran committed Dec 26, 2024
1 parent 23bad42 commit 6f346a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/player/src/player.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export class EchoPlayer extends LitElement {
justify-content: space-between;
gap: 0.5rem;
overflow: hidden;
width: 100%;
width: 80%;
}
.current-track-logo {
Expand Down

0 comments on commit 6f346a1

Please sign in to comment.