From bc1cbcdc9e482e9b7298e328427530529299aaae Mon Sep 17 00:00:00 2001 From: ltadeu6 Date: Sun, 7 Jun 2026 13:55:38 -0300 Subject: [PATCH] tweak: move lyrics display to top-left corner 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 c85ce4b..a418e67 100644 --- a/plugin/contents/ui/dancer.html +++ b/plugin/contents/ui/dancer.html @@ -242,7 +242,7 @@ html, body { .lyric-display { position: absolute; left: 3%; - bottom: 16%; + top: 4%; max-width: 36%; pointer-events: none; opacity: 0;