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/VencordSettings/ThemesTab.tsx | |
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/VencordSettings/ThemesTab.tsx')
-rw-r--r-- | src/components/VencordSettings/ThemesTab.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/VencordSettings/ThemesTab.tsx b/src/components/VencordSettings/ThemesTab.tsx index 738715f..69fcc29 100644 --- a/src/components/VencordSettings/ThemesTab.tsx +++ b/src/components/VencordSettings/ThemesTab.tsx @@ -93,7 +93,7 @@ export default ErrorBoundary.wrap(function () { <Forms.FormTitle tag="h5">Paste links to .css / .theme.css files here</Forms.FormTitle> <Forms.FormText>One link per line</Forms.FormText> <Forms.FormText>Make sure to use the raw links or github.io links!</Forms.FormText> - <Forms.FormDivider /> + <Forms.FormDivider className={Margins.marginTop8 + " " + Margins.marginBottom8} /> <Forms.FormTitle tag="h5">Find Themes:</Forms.FormTitle> <div style={{ marginBottom: ".5em" }}> <Link style={{ marginRight: ".5em" }} href="https://betterdiscord.app/themes"> |