mirror of
https://github.com/open-webui/open-webui
synced 2024-11-07 00:59:52 +00:00
💄 Fixed BUG that could not be deleted after @model was selected
This commit is contained in:
parent
534c18c94c
commit
ebd8ef1a9e
@ -384,7 +384,7 @@
|
|||||||
|
|
||||||
{#if atSelectedModel !== undefined}
|
{#if atSelectedModel !== undefined}
|
||||||
<div
|
<div
|
||||||
class="px-3 py-2.5 text-left w-full flex justify-between items-center absolute bottom-0 left-0 right-0 bg-gradient-to-t from-50% from-white dark:from-gray-900"
|
class="px-3 py-2.5 text-left w-full flex justify-between items-center absolute bottom-0 left-0 right-0 bg-gradient-to-t from-50% from-white dark:from-gray-900 z-50"
|
||||||
>
|
>
|
||||||
<div class="flex items-center gap-2 text-sm dark:text-gray-500">
|
<div class="flex items-center gap-2 text-sm dark:text-gray-500">
|
||||||
<img
|
<img
|
||||||
|
Loading…
Reference in New Issue
Block a user