Merge pull request 'fix: remove top gap above first settings section' (#18) from feat/settings-modal into dev
All checks were successful
CI / test (push) Successful in 13s
CI / build-dev (push) Successful in 23s

Reviewed-on: #18
This commit was merged in pull request #18.
This commit is contained in:
2026-03-28 14:16:22 -04:00

View File

@@ -630,6 +630,7 @@ select:focus { border-color: var(--accent); }
/* ── SETTINGS MODAL ── */
.settings-section { padding: 16px 0; border-bottom: 1px solid var(--border); }
.settings-section:first-child { padding-top: 0; }
.settings-section:last-child { border-bottom: none; padding-bottom: 0; }
.settings-section-title {
font-size: 10px;