From 44faf44fca4fba6161154ac3691e53ab8a0f0e64 Mon Sep 17 00:00:00 2001 From: BoulderBadgeDad Date: Thu, 28 May 2026 23:23:16 -0700 Subject: [PATCH] UI consistency (page shell 5/N): settings adopts .page-shell card MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Settings was the one flat page with no single wrapper — its .dashboard-header and .settings-content sat as siblings directly under .page. Wrap both in a single .page-shell div so the page becomes a floating card with the header banner at the top, matching the dashboard structure. HTML-only change (no CSS: .settings-content keeps its minor `0 4px` inner padding). Library is intentionally NOT converted — its full-height artist grid + A-Z jump rail overflow a margin:20px card, so it stays flat as a documented exception (same category as search/discover/active-downloads). --- webui/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webui/index.html b/webui/index.html index d307039c..c5d5f2bd 100644 --- a/webui/index.html +++ b/webui/index.html @@ -3735,6 +3735,7 @@
+

Settings

@@ -6200,6 +6201,7 @@
+