fix: remove top gap above first settings section
All checks were successful
CI / test (pull_request) Successful in 13s
CI / build-dev (pull_request) Has been skipped

padding-top on the first .settings-section created a visible gap
above the Export title. Fixed with :first-child { padding-top: 0 }.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-28 14:15:25 -04:00
parent af207339a4
commit 0985d9d481

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;