From 8702bc7a2863224166c30fbdb118e98170aee827 Mon Sep 17 00:00:00 2001 From: Climax Date: Fri, 27 Sep 2024 22:01:43 +0530 Subject: [PATCH 1/2] fix: circular album art snippet Fix Circular Album Art snippet showing white border --- resources/snippets.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/snippets.json b/resources/snippets.json index 6f182a39..46e40031 100644 --- a/resources/snippets.json +++ b/resources/snippets.json @@ -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" }, { From 08cf29dc1a2f318f4d68749fdaf3362f9fafe34d Mon Sep 17 00:00:00 2001 From: Climax Date: Thu, 3 Oct 2024 14:29:06 +0530 Subject: [PATCH 2/2] Update --- resources/snippets.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/snippets.json b/resources/snippets.json index 46e40031..61275efa 100644 --- a/resources/snippets.json +++ b/resources/snippets.json @@ -104,7 +104,7 @@ { "title": "Circular Album Art", "description": "Makes the now playing album art be circular (like a vinyl)", - "code": ".cover-art-image { clip-path: circle(50% at 50% 50%);}. main-nowPlayingBar-left button {border-radius: 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" }, {