From 21c26ecace2edf9f49c17b30c3f32f7fd8c53420 Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Sat, 27 Dec 2025 23:02:46 +0100 Subject: [PATCH] why --- modules/web.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/modules/web.html b/modules/web.html index 1a532a4..b057989 100644 --- a/modules/web.html +++ b/modules/web.html @@ -90,6 +90,20 @@ flex-grow: 1; } + /* When playlist is collapsed, let the queue expand */ + #section-playlist.collapsed + #section-queue { + flex: 1 1 auto !important; + } + + /* Default behavior: playlist dominates */ + #section-playlist { + flex: 3 1 0; + } + + #section-queue { + flex: 1 1 0; + } + .small{font-size:12px; color:var(--muted)} .muted{color:var(--muted); font-size:13px} .footer{display:flex; justify-content:space-between; gap:8px; align-items:center; margin-top:8px}