diff --git a/plugin/contents/ui/dancer.html b/plugin/contents/ui/dancer.html
index 225e296..98faf50 100644
--- a/plugin/contents/ui/dancer.html
+++ b/plugin/contents/ui/dancer.html
@@ -156,8 +156,8 @@ html, body {
position: absolute;
top: 4%;
right: 2%;
- width: 220px;
- height: 220px;
+ width: 330px;
+ height: 330px;
border-radius: 6px;
box-shadow: 0 0 18px rgba(0,0,0,0.8), 0 0 8px var(--theme-color, rgba(0,220,255,0.5));
transition: opacity 0.6s ease, box-shadow 0.6s ease;