fix: remove top padding from settings modal body
The modal-body's 22px padding-top created a visible gap between the header divider and the Export section title. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -629,6 +629,7 @@ select:focus { border-color: var(--accent); }
|
|||||||
.confirm-actions { display: flex; justify-content: flex-end; gap: 10px; }
|
.confirm-actions { display: flex; justify-content: flex-end; gap: 10px; }
|
||||||
|
|
||||||
/* ── SETTINGS MODAL ── */
|
/* ── SETTINGS MODAL ── */
|
||||||
|
#settings-modal .modal-body { padding-top: 0; }
|
||||||
.settings-section { padding: 16px 0; border-bottom: 1px solid var(--border); }
|
.settings-section { padding: 16px 0; border-bottom: 1px solid var(--border); }
|
||||||
.settings-section:first-child { padding-top: 0; }
|
.settings-section:first-child { padding-top: 0; }
|
||||||
.settings-section:last-child { border-bottom: none; padding-bottom: 0; }
|
.settings-section:last-child { border-bottom: none; padding-bottom: 0; }
|
||||||
|
|||||||
Reference in New Issue
Block a user