diff --git a/src/components/player/Playlist.tsx b/src/components/player/Playlist.tsx index 9f3607e..c8cda80 100644 --- a/src/components/player/Playlist.tsx +++ b/src/components/player/Playlist.tsx @@ -19,7 +19,7 @@ export function Playlist({ onTrackSelect, variant = 'normal' }: PlaylistProps) { - const maxHeight = variant === 'maximized' ? 'h-[calc(100vh-200px)]' : 'h-60' + const maxHeight = variant === 'maximized' ? 'h-[calc(100vh-230px)]' : 'h-60' return (