mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 12:25:20 +00:00
refac
This commit is contained in:
parent
20cd9e9461
commit
c573321305
1 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@
|
|||
{#if model}
|
||||
<!-- svelte-ignore a11y-no-static-element-interactions -->
|
||||
<div
|
||||
class="px-[7px] flex justify-center text-gray-800 dark:text-gray-200 cursor-grab relative group"
|
||||
class=" flex justify-center text-gray-800 dark:text-gray-200 cursor-grab relative group"
|
||||
data-id={model?.id}
|
||||
on:mouseenter={(e) => {
|
||||
mouseOver = true;
|
||||
|
|
@ -29,7 +29,7 @@
|
|||
}}
|
||||
>
|
||||
<a
|
||||
class="grow flex items-center space-x-2.5 rounded-lg px-2 py-[7px] group-hover:bg-gray-100 dark:group-hover:bg-gray-900 transition"
|
||||
class="grow flex items-center space-x-2.5 rounded-xl px-2.5 py-[7px] group-hover:bg-gray-100 dark:group-hover:bg-gray-900 transition"
|
||||
href="/?model={model?.id}"
|
||||
on:click={onClick}
|
||||
draggable="false"
|
||||
|
|
|
|||
Loading…
Reference in a new issue