Fix #207 r2: dark mode toggle left aligned per owner feedback #213

Merged
fen merged 1 commits from fix-207-r2 into dev 2026-09-10 18:08:45 +00:00
Collaborator

Reverts the centering introduced in #199 (commit 8042116) so the settings dark mode toggle is left aligned again, per owner feedback on #207. Keeps the double-binding fix that makes the toggle functional.

  • app.css: drop margin-left/right:auto + display:flex centering on #settings-dark-toggle; restore original margin-bottom:20px rule.
  • No JS/template changes; #197 functionality intact. No inline scripts/styles (CSP).

go build ./... && go test ./... pass.

Reverts the centering introduced in #199 (commit 8042116) so the settings dark mode toggle is left aligned again, per owner feedback on #207. Keeps the double-binding fix that makes the toggle functional. - app.css: drop margin-left/right:auto + display:flex centering on #settings-dark-toggle; restore original margin-bottom:20px rule. - No JS/template changes; #197 functionality intact. No inline scripts/styles (CSP). go build ./... && go test ./... pass.
fen added 1 commit 2026-09-10 18:07:21 +00:00
Fix #207 r2: dark mode toggle left aligned per owner feedback
CI / docker (pull_request) Skipped
CI / test (pull_request) Successful in 46s
c320fa03c9
fen merged commit 6951470bda into dev 2026-09-10 18:08:45 +00:00
Sign in to join this conversation.