mirror of
https://github.com/open-webui/open-webui
synced 2025-01-01 08:42:14 +00:00
refac
This commit is contained in:
parent
15fa7b44ea
commit
b44b7e8162
@ -64,6 +64,7 @@
|
|||||||
? 'max-w-full'
|
? 'max-w-full'
|
||||||
: 'max-w-5xl'} mx-auto group hover:bg-gray-500/5 transition relative"
|
: 'max-w-5xl'} mx-auto group hover:bg-gray-500/5 transition relative"
|
||||||
>
|
>
|
||||||
|
{#if !edit}
|
||||||
<div class=" absolute invisible group-hover:visible right-1 -top-2 z-30">
|
<div class=" absolute invisible group-hover:visible right-1 -top-2 z-30">
|
||||||
<div
|
<div
|
||||||
class="flex gap-1 rounded-lg bg-white dark:bg-gray-850 shadow-md p-0.5 border border-gray-100 dark:border-gray-800"
|
class="flex gap-1 rounded-lg bg-white dark:bg-gray-850 shadow-md p-0.5 border border-gray-100 dark:border-gray-800"
|
||||||
@ -86,6 +87,7 @@
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
{/if}
|
||||||
|
|
||||||
<div
|
<div
|
||||||
class=" flex w-full message-{message.id}"
|
class=" flex w-full message-{message.id}"
|
||||||
|
Loading…
Reference in New Issue
Block a user