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 {