From 4c13521a303b08f5e4cf0521b1bc93f86e8b54f7 Mon Sep 17 00:00:00 2001 From: Vendicated Date: Sun, 30 Apr 2023 01:25:17 +0200 Subject: [PATCH] PlatformIndicators: Fix layout reflows --- src/plugins/platformIndicators.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/platformIndicators.tsx b/src/plugins/platformIndicators.tsx index 6ffc259..1da482e 100644 --- a/src/plugins/platformIndicators.tsx +++ b/src/plugins/platformIndicators.tsx @@ -112,7 +112,7 @@ const PlatformIndicator = ({ user, inline = false, marginLeft = "4px" }: { user: gap: "4px", display: inline ? "inline-flex" : "flex", alignItems: "center", - transform: inline ? "translateY(4px)" : undefined + translate: inline ? "0 3px 0" : undefined }} > {icons}