aboutsummaryrefslogtreecommitdiff
path: root/src/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/platformIndicators.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/platformIndicators.tsx b/src/plugins/platformIndicators.tsx
index eec0447..d6b42a6 100644
--- a/src/plugins/platformIndicators.tsx
+++ b/src/plugins/platformIndicators.tsx
@@ -43,7 +43,7 @@ function Icon(path: string, viewBox = "0 0 24 24") {
marginLeft: wantMargin ? 4 : 0,
verticalAlign: "top",
position: "relative",
- top: 1,
+ top: wantMargin ? 1 : 0,
}}
>
<path d={path} />