[skip ci] PlatformIndicator: Fix 1px misalignment

This commit is contained in:
Vendicated 2023-04-30 21:47:33 +02:00
parent acdb390302
commit c6196dff81
No known key found for this signature in database
GPG key ID: A1DC0CFB5615D905

View file

@ -43,7 +43,7 @@ function Icon(path: string, viewBox = "0 0 24 24") {
marginLeft: wantMargin ? 4 : 0, marginLeft: wantMargin ? 4 : 0,
verticalAlign: "top", verticalAlign: "top",
position: "relative", position: "relative",
top: 1, top: wantMargin ? 1 : 0,
}} }}
> >
<path d={path} /> <path d={path} />