fix(dashboard): inset plugins settings panel on mobile

Plugin manager cards were sitting flush against the modal edges on
mobile because .settings-plugins-subsection-panel had no horizontal
padding while the heading and toggle were already inset.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
gsxdsm
2026-04-26 00:09:05 -07:00
parent c1a2b6edd7
commit 7f843bfe8d

View File

@@ -824,6 +824,11 @@
min-height: 36px; min-height: 36px;
} }
.settings-plugins-subsection-panel {
padding-left: var(--space-lg);
padding-right: var(--space-lg);
}
.form-group { .form-group {
padding: 0 14px; padding: 0 14px;
} }