diff --git a/plugin/contents/ui/dancer.html b/plugin/contents/ui/dancer.html
index dd1ffb3..f62c657 100644
--- a/plugin/contents/ui/dancer.html
+++ b/plugin/contents/ui/dancer.html
@@ -190,7 +190,7 @@ html, body {
color: #ff44aa;
font-size: 18px;
text-shadow: 0 0 10px #ff44aa;
- animation: iconPulse 0.5s ease-in-out infinite alternate;
+ animation: iconPulse 1.8s ease-in-out infinite alternate;
flex-shrink: 0;
}
@keyframes iconPulse {
@@ -241,8 +241,8 @@ html, body {
============================================================ */
.lyric-display {
position: absolute;
- left: 3%;
- top: 5%;
+ left: 2%;
+ top: 4%;
max-width: 36%;
pointer-events: none;
opacity: 0;