Fix no gap (#242)

This commit is contained in:
Nickyux 2022-11-21 19:54:48 +01:00 committed by GitHub
parent b5bc88c7d4
commit 0f7c80fd4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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}