mirror of
https://github.com/stan-smith/FossFLOW.git
synced 2025-12-28 17:09:25 -05:00
feat: reduces size of icons slightly
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user