feat: reduces size of icons slightly

This commit is contained in:
Mark Mankarious
2023-08-21 16:36:46 +01:00
parent e5d476df71
commit 32f4b129b9

View File

@@ -30,7 +30,7 @@ export const NodeIcon = ({ icon, onImageLoaded }: Props) => {
src={icon.url}
sx={{
position: 'absolute',
width: projectedTileSize.width,
width: projectedTileSize.width * 0.8,
pointerEvents: 'none',
top: -size.height,
left: -size.width / 2