Fix #207 r2: dark mode toggle left aligned per owner feedback
CI / test (pull_request) Successful in 46s
CI / docker (pull_request) Skipped

This commit is contained in:
fen
2026-09-10 13:07:14 -05:00
parent 672288e60b
commit c320fa03c9
+2 -7
View File
@@ -255,13 +255,8 @@ body {
.theme-grid { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 14px; } .theme-grid { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 14px; }
/* #161: more breathing room between settings sections */ /* #161: more breathing room between settings sections */
#settings-dark-toggle { /* #207 r2: owner wants the toggle left aligned (revert #197 centering) */
margin-bottom: 20px; #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 h3 { margin-top: 28px; }
.settings-body .theme-grid { margin-bottom: 8px; } .settings-body .theme-grid { margin-bottom: 8px; }
.theme-card { .theme-card {