From e59e797f9da4fd4ff9efe158c76bc9ca63e76758 Mon Sep 17 00:00:00 2001 From: ltadeu6 Date: Sun, 7 Jun 2026 14:03:00 -0300 Subject: [PATCH] tweak: move lyrics back to bottom-left (left:3%, bottom:16%) Co-Authored-By: Claude Sonnet 4.6 --- 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 ab62000..5063052 100644 --- a/plugin/contents/ui/dancer.html +++ b/plugin/contents/ui/dancer.html @@ -241,8 +241,8 @@ html, body { ============================================================ */ .lyric-display { position: absolute; - left: 8%; - top: 8%; + left: 3%; + bottom: 16%; max-width: 36%; pointer-events: none; opacity: 0;