fix: uniform 16px spacing above all settings sections #20
Reference in New Issue
Block a user
Delete Branch "fix/settings-section-spacing"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Removing the :first-child { padding-top: 0 } override lets every
section use the same padding: 16px 0, so the gap above Export matches
the gap above Import (and any future sections).
Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
Removing the :first-child { padding-top: 0 } override lets every section use the same padding: 16px 0, so the gap above Export matches the gap above Import (and any future sections). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>