fix(player): revert the YouTube modal to its smaller base size

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.
This commit is contained in:
2026-07-19 05:38:42 +02:00
parent 86a6d696b8
commit 31a8835f7f
+1 -1
View File
@@ -601,7 +601,7 @@ export default function PlayerModal({
playlist). Each strip sits just outside the card, spans its full height, and fades out at 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 the ends. stopPropagation so a click steps instead of closing. Hidden on narrow screens
where there's no room beside the card. */} where there's no room beside the card. */}
<div className="relative flex w-full max-w-6xl max-h-full"> <div className="relative flex w-full max-w-4xl max-h-full">
{hasQueue && ( {hasQueue && (
<button <button
onClick={(e) => { onClick={(e) => {