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

View file

@ -81,7 +81,7 @@ const PlatformIndicator = ({ user }: { user: User; }) => {
<div <div
className="vc-platform-indicator" className="vc-platform-indicator"
style={{ style={{
display: "flex", alignItems: "center", marginLeft: "4px" display: "flex", alignItems: "center", marginLeft: "4px", gap: "4px"
}} }}
> >
{icons} {icons}