From 0a2b859e7aa2ce640a410d86f603b834e92f1a88 Mon Sep 17 00:00:00 2001 From: JSC Date: Sun, 5 Oct 2025 04:09:29 +0200 Subject: [PATCH] feat: add border to Play Next Queue section for improved visual separation --- src/components/player/Player.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/player/Player.tsx b/src/components/player/Player.tsx index ff23f7a..dead6e8 100644 --- a/src/components/player/Player.tsx +++ b/src/components/player/Player.tsx @@ -378,7 +378,7 @@ export function Player({ className, onPlayerModeChange }: PlayerProps) { {/* Play Next Queue */} {state.play_next_queue.length > 0 && ( -
+
)} @@ -470,7 +470,7 @@ export function Player({ className, onPlayerModeChange }: PlayerProps) { {/* Play Next Queue */} {state.play_next_queue.length > 0 && ( -
+
)}