fix(tui): pad background shell status

This commit is contained in:
Kit Langton 2026-07-14 17:48:25 +00:00 committed by 𝓛𝓲𝓽𝓽𝓵𝓮 𝓕𝓻𝓪𝓷𝓴
commit 4df54601df

View file

@ -2350,7 +2350,7 @@ function Shell(props: ToolProps) {
)
}
>
<box flexDirection="row" gap={1} minWidth={0}>
<box flexDirection="row" gap={1} minWidth={0} paddingRight={1}>
<Show when={isRunning()}>
<Spinner color={color()} />
</Show>