Skip to content

Commit

Permalink
Merge pull request #89 from NeoNyaa/patch-1
Browse files Browse the repository at this point in the history
Fix misaligned album art and cut off loop svg
  • Loading branch information
Astromations authored May 21, 2024
2 parents 57f8842 + af8155a commit 847e910
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

svg {
filter: drop-shadow(-2px 2px 2px rgb(0 0 0 / 15%));
overflow: visible;
}

/*-------------------
Expand Down Expand Up @@ -115,6 +116,7 @@ NOW PLAYING BAR
margin-right: 10px;
margin-left: 10px;
box-shadow: -2px 1px 10px 3px rgb(0 0 0 / 20%);
aspect-ratio: 1 / 1;
}


Expand All @@ -132,7 +134,7 @@ NOW PLAYING BAR
.main-repeatButton-button,
.main-playPauseButton-button,
.main-shuffleButton-button {
color: var(--spice-text)
color: var(--spice-text);
}

.main-repeatButton-button.main-repeatButton-active,
Expand Down

0 comments on commit 847e910

Please sign in to comment.