From f57fc640b271c3f30064d4871d099ae4048481a7 Mon Sep 17 00:00:00 2001 From: BoulderBadgeDad Date: Fri, 29 May 2026 08:41:38 -0700 Subject: [PATCH] UI consistency (page shell 6/N): sync page adopts .page-shell card MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Standardize the sync page's outer spacing to match the other pages. Like settings, its .sync-header and .sync-content-area were siblings directly under .page (no wrapper) — wrap both in a single .page-shell div so it becomes the floating card with consistent margin/padding. HTML-only change. Watch: .sync-content-area uses height:95% (grid) — fine against an auto-height card, but to be confirmed visually (library's full-height grid was the one that didn't fit a card). --- webui/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webui/index.html b/webui/index.html index bae77d96..4388ffda 100644 --- a/webui/index.html +++ b/webui/index.html @@ -976,6 +976,7 @@
+
@@ -2059,6 +2060,7 @@
+