- {/* Blurred background image */}
+ {/* Enhanced Blurred background image */}
{currentTrack.coverArt && (
-
+
+ {/* Main background */}
+
+ {/* Top gradient blur for mobile */}
+
+ {/* Bottom gradient blur for mobile */}
+
+
)}
{/* Overlay for better contrast */}
-
-
+
+
+
{/* Mobile Close Handle */}
{isMobile && (
@@ -347,15 +378,15 @@ export const FullScreenPlayer: React.FC
= ({ isOpen, onCl
{activeTab === 'player' && (
- {/* Smaller Album Art */}
+ {/* Mobile Album Art */}
@@ -535,38 +566,35 @@ export const FullScreenPlayer: React.FC = ({ isOpen, onCl
{/* Mobile Tab Bar */}
-
-
+
+
{lyrics.length > 0 && (
)}