From 8a73e76e61e1acae5a6ab76e1e947abd5733e8b8 Mon Sep 17 00:00:00 2001 From: ltadeu6 Date: Sun, 7 Jun 2026 12:49:54 -0300 Subject: [PATCH] feat: skeleton bottom 28% (midpoint) --- 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 dfc5184..cd2ef1e 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: 24%; + bottom: 28%; transform: translateX(-50%); opacity: 0; transition: opacity 0.8s;