This commit is contained in:
Timothy Jaeryang Baek 2025-10-26 21:11:05 -07:00
parent 20cd9e9461
commit c573321305

View file

@ -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"