Settings spacing between sections (#161) #165

Merged
fen merged 1 commits from fix-161 into dev 2026-09-10 15:10:37 +00:00
Showing only changes of commit 317ed2137a - Show all commits
+5
View File
@@ -248,6 +248,11 @@ body {
.settings-section-title { color: var(--fg); font-size: 24px; margin-bottom: 6px; }
/* theme switcher cards (#100) */
.theme-grid { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 14px; }
/* #161: more breathing room between settings sections */
#settings-dark-toggle { margin-bottom: 20px; }
.settings-body h3 { margin-top: 28px; }
.settings-body .theme-grid { margin-bottom: 8px; }
.theme-card {
display: flex; flex-direction: column; gap: 10px; align-items: flex-start;
padding: 14px 16px; min-width: 180px;