mirror of
https://github.com/open-webui/open-webui.git
synced 2026-08-28 05:27:35 +00:00
fix: drop the white backdrop behind model icons in the admin Models list (#27612)
This commit is contained in:
parent
8fc5ffe26e
commit
90724cdee0
1 changed files with 1 additions and 1 deletions
|
|
@ -937,7 +937,7 @@
|
|||
}}
|
||||
>
|
||||
<div class="self-center">
|
||||
<div class="flex bg-white rounded-xl">
|
||||
<div class="flex rounded-xl">
|
||||
<div
|
||||
class="{(model?.is_active ?? true)
|
||||
? ''
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue