diff --git a/src/blobbi/companion/components/BlobbiCompanionVisual.tsx b/src/blobbi/companion/components/BlobbiCompanionVisual.tsx index 2fe0d25e..0bce6c38 100644 --- a/src/blobbi/companion/components/BlobbiCompanionVisual.tsx +++ b/src/blobbi/companion/components/BlobbiCompanionVisual.tsx @@ -125,29 +125,36 @@ export function BlobbiCompanionVisual({ className={cn('relative', className)} style={{ width: size, height: size }} > - {/* Shadow underneath - soft ellipse anchored at ground level */} + {/* Shadow underneath - soft ellipse */}
{/* Blobbi visual with floating transform */} + {/* + The SVG has empty space at the bottom (~12% of viewBox). + We use items-end to align Blobbi to the bottom of the container, + and add a small negative margin to pull it down to ground level. + */}