mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
refac
This commit is contained in:
parent
84a05bec7b
commit
6475ae3b11
@ -337,7 +337,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class=" flex-1 w-full h-full overflow-auto px-4 pb-5">
|
<div class=" flex-1 w-full h-full overflow-auto px-4 pb-5">
|
||||||
{#if files}
|
{#if files && files.length > 0}
|
||||||
<div class="mb-3.5 mt-1.5 w-full flex gap-1 flex-wrap z-40">
|
<div class="mb-3.5 mt-1.5 w-full flex gap-1 flex-wrap z-40">
|
||||||
{#each files as file, fileIdx}
|
{#each files as file, fileIdx}
|
||||||
<div class="w-fit">
|
<div class="w-fit">
|
||||||
|
Loading…
Reference in New Issue
Block a user