diff --git a/src/lib/FlySpawner.svelte b/src/lib/FlySpawner.svelte index 9e59719..b5f9e8c 100644 --- a/src/lib/FlySpawner.svelte +++ b/src/lib/FlySpawner.svelte @@ -180,9 +180,10 @@ } .splat-img { - width: 100%; - height: 100%; + width: 48px; + height: 48px; object-fit: contain; + margin: -9px 0 0 -3px; } .fly.splatted {