From 31a8835f7f1d14dbba6e6186d19a836c5694af00 Mon Sep 17 00:00:00 2001 From: npeter83 Date: Sun, 19 Jul 2026 05:38:42 +0200 Subject: [PATCH] fix(player): revert the YouTube modal to its smaller base size MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The max-w-6xl bump was a quality lever (bigger pixel box → higher ABR); the user prefers the smaller max-w-4xl base back. A user-selectable size preset stays a future item. --- frontend/src/components/PlayerModal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/PlayerModal.tsx b/frontend/src/components/PlayerModal.tsx index dedff98..7d8460a 100644 --- a/frontend/src/components/PlayerModal.tsx +++ b/frontend/src/components/PlayerModal.tsx @@ -601,7 +601,7 @@ export default function PlayerModal({ playlist). Each strip sits just outside the card, spans its full height, and fades out at the ends. stopPropagation so a click steps instead of closing. Hidden on narrow screens where there's no room beside the card. */} -
+
{hasQueue && (