feat: enhance FullScreenPlayer with improved lyric scrolling and background styling for mobile

This commit is contained in:
2025-07-23 05:50:01 +00:00
committed by GitHub
parent 31f8f5dbee
commit fccf3c5d13
2 changed files with 62 additions and 34 deletions

View File

@@ -34,7 +34,7 @@ export function BottomNavigation() {
return (
<div className="fixed bottom-0 left-0 right-0 z-[50] bg-background/95 backdrop-blur-sm border-t border-border">
<div className="flex items-center justify-around px-2 py-2 pb-safe">
<div className="flex items-center justify-around px-2 py-2 pb-safe mb-2">
{navigationItems.map((item) => {
const isItemActive = isActive(item.href);
const Icon = item.icon;