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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.go build ./... && go test ./... pass.