this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

remove negative margin

Juliet 461d0ad4 7f1157a6

+1 -1
+1 -1
src/views/collection.tsx
··· 207 207 setLastSelected(undefined); 208 208 setBatchDelete(!batchDelete()); 209 209 }} 210 - class="-ml-1 flex items-center rounded-lg p-1 hover:bg-neutral-200 active:bg-neutral-300 dark:hover:bg-neutral-700 dark:active:bg-neutral-600" 210 + class="flex items-center rounded-lg p-1 hover:bg-neutral-200 active:bg-neutral-300 dark:hover:bg-neutral-700 dark:active:bg-neutral-600" 211 211 > 212 212 <span 213 213 class={`iconify text-lg ${batchDelete() ? "lucide--circle-x" : "lucide--trash-2"} `}