Skip to content

Commit

Permalink
fix(snippet): circular album art (#841)
Browse files Browse the repository at this point in the history
  • Loading branch information
Climax12 authored Jan 20, 2025
1 parent 409fde7 commit 680c8f2
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 {border-radius: 50%;}",
"preview": "resources/assets/snippets/circular-album-art.png"
},
{
Expand Down

0 comments on commit 680c8f2

Please sign in to comment.