From d13d6e5e534429bcdbe7af5e722d099d0c637fbd Mon Sep 17 00:00:00 2001 From: ltadeu6 Date: Sun, 7 Jun 2026 09:14:49 -0300 Subject: [PATCH] Move music ticker to top of screen Co-Authored-By: Claude Sonnet 4.6 --- plugin/contents/ui/dancer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/contents/ui/dancer.html b/plugin/contents/ui/dancer.html index 6466850..d87e23e 100644 --- a/plugin/contents/ui/dancer.html +++ b/plugin/contents/ui/dancer.html @@ -121,7 +121,7 @@ html, body { ============================================================ */ .music-ticker { position: absolute; - bottom: 4%; + top: 4%; left: 50%; transform: translateX(-50%); display: flex;