feat(FN-3200): align settings heading indentation and gutters

Aligns the settings modal heading indentation and subsection heading underlines to a consistent CSS contract, adding tests to lock the alignment behavior across both desktop and mobile viewports.

Fusion-Task-Id: FN-3200
This commit is contained in:
Fusion
2026-05-02 05:36:31 -07:00
committed by gsxdsm
parent d3465b6cd6
commit 9d1736fc64
4 changed files with 28 additions and 8 deletions

View File

@@ -359,8 +359,8 @@
.settings-section-heading {
font-size: 14px;
font-weight: 600;
padding: var(--space-lg) var(--space-xl) var(--space-md);
margin: 0 var(--space-xl) 0;
padding: var(--space-lg) 0 var(--space-md);
margin: 0;
color: var(--text);
border-bottom: 1px solid var(--border);
margin-bottom: var(--space-xs);
@@ -1473,8 +1473,8 @@
}
.settings-section-heading {
padding: var(--space-lg) var(--space-lg) var(--space-md);
margin: 0 var(--space-lg) 0;
padding: var(--space-lg) 0 var(--space-md);
margin: 0;
}
.settings-plugins-subsection-toggle {