From e4ecfb51c2da933814f561b2dc89e4a69b3fee05 Mon Sep 17 00:00:00 2001 From: ltadeu6 Date: Sun, 7 Jun 2026 12:31:57 -0300 Subject: [PATCH] feat: remove robot floor shadow --- plugin/contents/ui/dancer.html | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/plugin/contents/ui/dancer.html b/plugin/contents/ui/dancer.html index aa6f9b3..7d48c8b 100644 --- a/plugin/contents/ui/dancer.html +++ b/plugin/contents/ui/dancer.html @@ -725,21 +725,6 @@ html, body { } /* ROBOT SHADOW (ellipse on the floor) */ -.robot-shadow { - position: absolute; - bottom: -28px; - left: 50%; - transform: translateX(-50%); - width: 130px; height: 22px; - background: radial-gradient(ellipse, rgba(0,100,255,0.38) 0%, transparent 68%); - border-radius: 50%; - animation: shadowAnim 0.5s ease-in-out infinite alternate; - pointer-events: none; -} -@keyframes shadowAnim { - from { transform: translateX(-50%) scaleX(0.75) scaleY(0.6); opacity: 0.35; } - to { transform: translateX(-50%) scaleX(1.3) scaleY(1.6); opacity: 0.85; } -} @@ -768,7 +753,6 @@ html, body {
skeleton -