diff options
-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} |