From 7c5e8cb04623458e856e8168ec1f9d1cb8f0717e Mon Sep 17 00:00:00 2001 From: advplyr Date: Thu, 29 Jan 2026 17:32:34 -0600 Subject: [PATCH] Revert audio player playerControls padding --- components/app/AudioPlayer.vue | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/components/app/AudioPlayer.vue b/components/app/AudioPlayer.vue index 856c33a4..69c1188b 100644 --- a/components/app/AudioPlayer.vue +++ b/components/app/AudioPlayer.vue @@ -1088,10 +1088,8 @@ export default { #playerControls { transition: all 0.15s cubic-bezier(0.39, 0.575, 0.565, 1); transition-property: width, bottom; - width: auto; - min-width: 150px; - padding-left: 8px; - padding-right: 8px; + width: 128px; + padding-right: 24px; bottom: 70px; } #playerControls .jump-icon {