mirror of
https://github.com/stablyai/orca.git
synced 2026-09-22 00:02:31 +00:00
The "Scanning sessions" loader sat in a `flex items-center gap-2` row next to a plain text span with no flex-1/min-w-0 sibling to absorb slack. Both items default to flex-shrink: 1, so the SVG could be compressed below its 14px width while keeping 14px height — a non-square box shifts the rotation pivot off center, making the icon drift instead of spinning in place. Add `shrink-0`, matching every other text-adjacent spinner in the app. Co-authored-by: Neil <neil@stably.ai> Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>