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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user