From e98a9d57861c8afba3d6438cbb445211fa1b74aa Mon Sep 17 00:00:00 2001 From: ltadeu6 Date: Sun, 7 Jun 2026 12:49:27 -0300 Subject: [PATCH] feat: move skeleton lower (bottom 32% -> 24%) --- 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 afa68d6..dfc5184 100644 --- a/plugin/contents/ui/dancer.html +++ b/plugin/contents/ui/dancer.html @@ -258,7 +258,7 @@ html, body { .robot-wrap { position: absolute; left: 50%; - bottom: 32%; + bottom: 24%; transform: translateX(-50%); opacity: 0; transition: opacity 0.8s;