atmosphere explorer pds.ls
tool typescript atproto
432
fork

Configure Feed

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

fix collection anchor style

Juliet 7a69f8db a3c97a4b

+2 -2
+2 -2
src/views/repo/index.tsx
··· 503 503 href={`#collections:${authority}`} 504 504 class="relative flex h-5 w-4 shrink-0 items-center justify-center hover:opacity-70" 505 505 > 506 - <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"> 507 - <span class="iconify lucide--link absolute -left-2 w-7"></span> 506 + <span class="absolute top-1/2 -left-5 flex -translate-y-1/2 items-center text-sm opacity-0 transition-opacity group-hover:opacity-100"> 507 + <span class="iconify lucide--link absolute -left-2 w-7 text-neutral-700 dark:text-neutral-300"></span> 508 508 </span> 509 509 {children} 510 510 </a>