diff --git a/index.html b/index.html index 2c707ca..9b0ad37 100644 --- a/index.html +++ b/index.html @@ -3342,21 +3342,23 @@
+
+
CD Album Cover Spin album cover and add CD hole in fullscreen
-
+
diff --git a/styles.css b/styles.css index 717d0e3..0a7055f 100644 --- a/styles.css +++ b/styles.css @@ -11495,13 +11495,13 @@ body:has(#side-panel.active) #close-fullscreen-cover-btn { img.cd { border-radius: 50% !important; box-shadow: none; - clip-path: url("#cd-hole-clip"); + clip-path: url('#cd-hole-clip'); } .fullscreen-artwork-card.cd { position: relative; border-radius: 50% !important; - border: .125vw solid #ccc; + border: 0.125vw solid #ccc; animation: spin 200s linear infinite; }