Skip to content

Commit

Permalink
Updated circular album art snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
Ult227 authored Jul 29, 2023
1 parent a699fc8 commit 2887c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/snippets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export default [
{
"title": "Circular Album Art",
"description": "Makes the now playing album art be circular (like a vinyl)",
"code": ".cover-art .cover-art-image {\n border-radius: 100% !important;\n}",
"code": ".cover-art { clip-path: circle(50% at 50% 50%);}",
"preview": "resources/assets/snippets/circular-album-art.png",
},
{
Expand Down

0 comments on commit 2887c60

Please sign in to comment.