diff --git a/static/audioplayer.css b/static/audioplayer.css index 6ce06ab..bda613a 100644 --- a/static/audioplayer.css +++ b/static/audioplayer.css @@ -175,8 +175,8 @@ /* Minimize button */ .minimize-button { position: absolute; - top: 6px; - right: 6px; + top: 2px; + right: 2px; width: 18px; height: 18px; border-radius: 8px; @@ -187,7 +187,6 @@ align-items: center; justify-content: center; cursor: pointer; - transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease; padding: 0; }