diff options
| author | Vendicated <vendicated@riseup.net> | 2023-01-24 13:35:57 +0100 |
|---|---|---|
| committer | Vendicated <vendicated@riseup.net> | 2023-01-24 13:35:57 +0100 |
| commit | 34276301c31dc1b464d79a07e25a347968e78313 (patch) | |
| tree | 999dc21f26a0c9f922c3a24b4813edb7071e67ec /src/components/PluginSettings | |
| parent | b2ecb02335fa51a7c7eadab0acb3beb91c289802 (diff) | |
| download | Vencord-34276301c31dc1b464d79a07e25a347968e78313.tar.gz Vencord-34276301c31dc1b464d79a07e25a347968e78313.tar.bz2 Vencord-34276301c31dc1b464d79a07e25a347968e78313.zip | |
Fix Settings UI (Discord removed default margins
Diffstat (limited to 'src/components/PluginSettings')
| -rw-r--r-- | src/components/PluginSettings/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/PluginSettings/index.tsx b/src/components/PluginSettings/index.tsx index 4b6abdd..f439753 100644 --- a/src/components/PluginSettings/index.tsx +++ b/src/components/PluginSettings/index.tsx @@ -296,7 +296,7 @@ export default ErrorBoundary.wrap(function PluginSettings() { } return ( - <Forms.FormSection> + <Forms.FormSection className={Margins.marginTop16}> <ReloadRequiredCard required={changes.hasChanges} /> <Forms.FormTitle tag="h5" className={classes(Margins.marginTop20, Margins.marginBottom8)}> |
