From a0aadf9b26f48e39145e4ed6fe93d9a3b906b987 Mon Sep 17 00:00:00 2001 From: angel Date: Wed, 2 Jul 2025 01:09:47 +0000 Subject: [PATCH] feat: refine AudioPlayer layout by adjusting control button spacing and commenting out progress bar section --- app/components/AudioPlayer.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/components/AudioPlayer.tsx b/app/components/AudioPlayer.tsx index cdec276..d4f60cc 100644 --- a/app/components/AudioPlayer.tsx +++ b/app/components/AudioPlayer.tsx @@ -433,7 +433,7 @@ export const AudioPlayer: React.FC = () => { {/* Center section with controls and progress */}
{/* Control buttons */} -
+
{/* Progress bar */} -
+ {/*
{formatTime(audioCurrent?.currentTime ?? 0)} @@ -473,7 +473,7 @@ export const AudioPlayer: React.FC = () => { {formatTime(audioCurrent?.duration ?? 0)} -
+
*/}
{/* Right side buttons */}