mirror of
https://github.com/open-webui/open-webui
synced 2024-11-25 05:18:15 +00:00
refac: styling
This commit is contained in:
parent
4d64893661
commit
66734a7080
@ -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 New Issue
Block a user