From 34276301c31dc1b464d79a07e25a347968e78313 Mon Sep 17 00:00:00 2001 From: Vendicated Date: Tue, 24 Jan 2023 13:35:57 +0100 Subject: [PATCH] Fix Settings UI (Discord removed default margins --- src/components/PluginSettings/index.tsx | 2 +- src/components/VencordSettings/BackupRestoreTab.tsx | 2 +- src/components/VencordSettings/ThemesTab.tsx | 2 +- src/components/VencordSettings/Updater.tsx | 4 ++-- src/components/VencordSettings/VencordTab.tsx | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/PluginSettings/index.tsx b/src/components/PluginSettings/index.tsx index 4b6abdd9..f439753c 100644 --- a/src/components/PluginSettings/index.tsx +++ b/src/components/PluginSettings/index.tsx @@ -296,7 +296,7 @@ export default ErrorBoundary.wrap(function PluginSettings() { } return ( - + diff --git a/src/components/VencordSettings/BackupRestoreTab.tsx b/src/components/VencordSettings/BackupRestoreTab.tsx index c7dc7d2f..546db35f 100644 --- a/src/components/VencordSettings/BackupRestoreTab.tsx +++ b/src/components/VencordSettings/BackupRestoreTab.tsx @@ -24,7 +24,7 @@ import { Button, Card, Forms, Margins, Text } from "@webpack/common"; function BackupRestoreTab() { return ( - + Warning diff --git a/src/components/VencordSettings/ThemesTab.tsx b/src/components/VencordSettings/ThemesTab.tsx index 738715f3..69fcc294 100644 --- a/src/components/VencordSettings/ThemesTab.tsx +++ b/src/components/VencordSettings/ThemesTab.tsx @@ -93,7 +93,7 @@ export default ErrorBoundary.wrap(function () { Paste links to .css / .theme.css files here One link per line Make sure to use the raw links or github.io links! - + Find Themes:
diff --git a/src/components/VencordSettings/Updater.tsx b/src/components/VencordSettings/Updater.tsx index 8a126a8d..b5243f2d 100644 --- a/src/components/VencordSettings/Updater.tsx +++ b/src/components/VencordSettings/Updater.tsx @@ -199,7 +199,7 @@ function Updater() { }; return ( - + Updater Settings )} () - + Updates diff --git a/src/components/VencordSettings/VencordTab.tsx b/src/components/VencordSettings/VencordTab.tsx index 5da44420..e1632b19 100644 --- a/src/components/VencordSettings/VencordTab.tsx +++ b/src/components/VencordSettings/VencordTab.tsx @@ -82,7 +82,7 @@ function VencordSettings() { - + Hint: You can change the position of this settings section in the settings of the "Settings" plugin!