From 8c86af0696798bb81cf4c9103ac623caf9e09ea4 Mon Sep 17 00:00:00 2001 From: fen Date: Thu, 10 Sep 2026 13:06:23 -0500 Subject: [PATCH] Fix #207: left-align the settings dark mode toggle per owner revision --- internal/web/static/app.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/internal/web/static/app.css b/internal/web/static/app.css index 43c43ce..ec11a97 100644 --- a/internal/web/static/app.css +++ b/internal/web/static/app.css @@ -257,10 +257,6 @@ body { /* #161: more breathing room between settings sections */ #settings-dark-toggle { margin-bottom: 20px; - margin-left: auto; - margin-right: auto; - display: flex; - justify-content: center; } .settings-body h3 { margin-top: 28px; } .settings-body .theme-grid { margin-bottom: 8px; }