mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +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}
|
{#if model}
|
||||||
<!-- svelte-ignore a11y-no-static-element-interactions -->
|
<!-- svelte-ignore a11y-no-static-element-interactions -->
|
||||||
<div
|
<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}
|
data-id={model?.id}
|
||||||
on:mouseenter={(e) => {
|
on:mouseenter={(e) => {
|
||||||
mouseOver = true;
|
mouseOver = true;
|
||||||
|
|
@ -29,7 +29,7 @@
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<a
|
<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}"
|
href="/?model={model?.id}"
|
||||||
on:click={onClick}
|
on:click={onClick}
|
||||||
draggable="false"
|
draggable="false"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue