refac: styling

This commit is contained in:
Timothy J. Baek
2024-11-07 01:07:28 -08:00
parent b1a941ee6f
commit cbf6004c76
2 changed files with 5 additions and 5 deletions

View File

@@ -366,7 +366,7 @@
<div class=" my-2 mb-5" id="model-list">
{#each filteredModels as model}
<div
class=" flex space-x-4 cursor-pointer w-full px-3 py-2 dark:hover:bg-white/5 hover:bg-black/5 rounded-xl"
class=" flex space-x-4 cursor-pointer w-full px-3 py-2 dark:hover:bg-white/5 hover:bg-black/5 rounded-lg transition"
id="model-item-{model.id}"
>
<a