From 6e178837d2d7787be0ae64ef8f4e70417d45dc63 Mon Sep 17 00:00:00 2001 From: ltadeu6 Date: Sun, 7 Jun 2026 12:18:36 -0300 Subject: [PATCH] feat: increase album art to 330px (+50%) --- plugin/contents/ui/dancer.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin/contents/ui/dancer.html b/plugin/contents/ui/dancer.html index 225e296..98faf50 100644 --- a/plugin/contents/ui/dancer.html +++ b/plugin/contents/ui/dancer.html @@ -156,8 +156,8 @@ html, body { position: absolute; top: 4%; right: 2%; - width: 220px; - height: 220px; + width: 330px; + height: 330px; border-radius: 6px; box-shadow: 0 0 18px rgba(0,0,0,0.8), 0 0 8px var(--theme-color, rgba(0,220,255,0.5)); transition: opacity 0.6s ease, box-shadow 0.6s ease;