From fdb97ed0127a49703da4410bee1ee93b52161103 Mon Sep 17 00:00:00 2001 From: lelo Date: Sat, 24 Jan 2026 19:19:00 +0000 Subject: [PATCH] position button --- static/audioplayer.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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; }