From 24aa18054c8d9c6c7a6e11e12f434d0ce875efe6 Mon Sep 17 00:00:00 2001 From: windigerbus Date: Sun, 19 Apr 2026 21:44:05 +0200 Subject: [PATCH] fix ai slop part 2 --- index.html | 20 +++++++++++--------- styles.css | 4 ++-- 2 files changed, 13 insertions(+), 11 deletions(-) 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; }