mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-11 15:43:02 -04:00
Fix Settings UI (Discord removed default margins
This commit is contained in:
parent
b2ecb02335
commit
34276301c3
5 changed files with 6 additions and 6 deletions
|
@ -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)}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue