refac
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user