Skip to content

Commit

Permalink
fix: circular album art snippet
Browse files Browse the repository at this point in the history
 Fix Circular Album Art snippet showing white border
  • Loading branch information
Climax12 authored Sep 27, 2024
1 parent 1b5ccc2 commit 8702bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/snippets.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
{
"title": "Circular Album Art",
"description": "Makes the now playing album art be circular (like a vinyl)",
"code": ".cover-art { clip-path: circle(50% at 50% 50%);}",
"code": ".cover-art-image { clip-path: circle(50% at 50% 50%);}. main-nowPlayingBar-left button {border-radius: 50%;}",
"preview": "resources/assets/snippets/circular-album-art.png"
},
{
Expand Down

0 comments on commit 8702bc7

Please sign in to comment.