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 371f2d8e01
commit e832f626f3

View File

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