Skip to content

Commit

Permalink
refac: styling
Browse files Browse the repository at this point in the history
  • Loading branch information
tjbck committed Jul 31, 2024
1 parent 9d58bb1 commit 7a80e73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/chat/Messages/ResponseMessage.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@
{@const status = (
message?.statusHistory ?? [...(message?.status ? [message?.status] : [])]
).at(-1)}
<div class="flex items-center gap-2 pt-1 pb-1">
<div class="flex items-center gap-2 pt-0.5 pb-1">
{#if status.done === false}
<div class="">
<Spinner className="size-4" />
Expand Down

0 comments on commit 7a80e73

Please sign in to comment.