mirror of
https://github.com/open-webui/open-webui
synced 2025-06-23 02:16:52 +00:00
refac: styling
This commit is contained in:
parent
b641756020
commit
ea7d4ec6ea
@ -37,13 +37,13 @@
|
|||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class=" w-full font-medium flex items-center justify-between gap-2 {attributes?.done !==
|
class=" w-full font-medium flex items-center justify-between gap-2 {attributes?.done &&
|
||||||
'true'
|
attributes?.done !== 'true'
|
||||||
? 'shimmer'
|
? 'shimmer'
|
||||||
: ''}
|
: ''}
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
{#if attributes?.done !== 'true'}
|
{#if attributes?.done && attributes?.done !== 'true'}
|
||||||
<div>
|
<div>
|
||||||
<Spinner className="size-4" />
|
<Spinner className="size-4" />
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user