mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 05:45:19 +00:00
refac: styling
This commit is contained in:
parent
4d64893661
commit
66734a7080
1 changed files with 1 additions and 1 deletions
|
|
@ -383,7 +383,7 @@
|
||||||
>
|
>
|
||||||
<div>
|
<div>
|
||||||
{#if message?.status}
|
{#if message?.status}
|
||||||
<div class="flex items-center gap-2 py-1.5">
|
<div class="flex items-center gap-2 pt-1 pb-1">
|
||||||
{#if message?.status?.done === false}
|
{#if message?.status?.done === false}
|
||||||
<div class="">
|
<div class="">
|
||||||
<Spinner className="size-4" />
|
<Spinner className="size-4" />
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue