Fix Settings UI (Discord removed default margins

This commit is contained in:
Vendicated
2023-01-24 13:35:57 +01:00
parent b2ecb02335
commit 34276301c3
5 changed files with 6 additions and 6 deletions

View File

@ -199,7 +199,7 @@ function Updater() {
};
return (
<Forms.FormSection>
<Forms.FormSection className={Margins.marginTop16}>
<Forms.FormTitle tag="h5">Updater Settings</Forms.FormTitle>
<Switch
value={settings.notifyAboutUpdates}
@ -225,7 +225,7 @@ function Updater() {
</Link>
)} (<HashLink hash={gitHash} repo={repo} disabled={repoPending} />)</Forms.FormText>
<Forms.FormDivider />
<Forms.FormDivider className={Margins.marginTop8 + " " + Margins.marginBottom8} />
<Forms.FormTitle tag="h5">Updates</Forms.FormTitle>