atmosphere explorer
0
fork

Configure Feed

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

larger anchor clickable area

Juliet 7de9a19a 0ccd5b5a

+3 -1
+3 -1
src/views/repo.tsx
··· 435 435 href={`#collections:${authority}`} 436 436 class="relative flex h-5 w-4 shrink-0 items-center justify-center hover:opacity-70" 437 437 > 438 - <span class="iconify lucide--link absolute top-1/2 -left-5 -translate-y-1/2 opacity-0 transition-opacity group-hover:opacity-100" /> 438 + <span class="absolute top-1/2 -left-5 flex -translate-y-1/2 items-center text-base opacity-0 transition-opacity group-hover:opacity-100"> 439 + <span class="iconify lucide--link absolute -left-2 w-7"></span> 440 + </span> 439 441 <Show when={!faviconLoaded()}> 440 442 <span class="iconify lucide--globe size-4 text-neutral-400 dark:text-neutral-500" /> 441 443 </Show>