aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/platformIndicators.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/platformIndicators.tsx')
-rw-r--r--src/plugins/platformIndicators.tsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/platformIndicators.tsx b/src/plugins/platformIndicators.tsx
index e20dd4d..13a3a65 100644
--- a/src/plugins/platformIndicators.tsx
+++ b/src/plugins/platformIndicators.tsx
@@ -114,8 +114,8 @@ const PlatformIndicator = ({ user, wantMargin = true }: { user: User; wantMargin
verticalAlign: "top",
position: "relative",
top: wantMargin ? 1 : 0,
- padding: !wantMargin ? 2 : 0,
- gap: 4
+ padding: !wantMargin ? 1 : 0,
+ gap: 2
}}
>
@@ -160,7 +160,7 @@ const indicatorLocations = {
export default definePlugin({
name: "PlatformIndicators",
description: "Adds platform indicators (Desktop, Mobile, Web...) to users",
- authors: [Devs.kemo, Devs.TheSun, Devs.Nuckyz],
+ authors: [Devs.kemo, Devs.TheSun, Devs.Nuckyz, Devs.Ven],
dependencies: ["MessageDecorationsAPI", "MemberListDecoratorsAPI"],
start() {