diff options
author | Nickyux <30734036+nmsturcke@users.noreply.github.com> | 2022-11-21 20:02:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-21 20:02:51 +0100 |
commit | a04ec18a5de3e0f51c64df7e0614d84fa0aee329 (patch) | |
tree | 4794bf7d6e4d1a4f302b6892e8300277abc979ff | |
parent | adf455d095ec185b87becd71c9adc59b2d348ebc (diff) | |
parent | 0f7c80fd4d5a549212acd59234faba0c69c1f897 (diff) | |
download | Vencord-a04ec18a5de3e0f51c64df7e0614d84fa0aee329.tar.gz Vencord-a04ec18a5de3e0f51c64df7e0614d84fa0aee329.tar.bz2 Vencord-a04ec18a5de3e0f51c64df7e0614d84fa0aee329.zip |
Merge branch 'main' into patch-5
-rw-r--r-- | src/plugins/platformIndicators.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/platformIndicators.tsx b/src/plugins/platformIndicators.tsx index 2b44973..9a9a1ab 100644 --- a/src/plugins/platformIndicators.tsx +++ b/src/plugins/platformIndicators.tsx @@ -81,7 +81,7 @@ const PlatformIndicator = ({ user }: { user: User; }) => { <div className="vc-platform-indicator" style={{ - display: "flex", alignItems: "center", marginLeft: "4px" + display: "flex", alignItems: "center", marginLeft: "4px", gap: "4px" }} > {icons} |