atproto explorer
0
fork

Configure Feed

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

remove gap

Juliet f204df26 a2fc1dd3

+1 -1
+1 -1
src/views/pds.tsx
··· 49 49 const [openInfo, setOpenInfo] = createSignal(false); 50 50 51 51 return ( 52 - <div class="flex items-center gap-1"> 52 + <div class="flex items-center"> 53 53 <A 54 54 href={`/at://${repo.did}`} 55 55 class="grow truncate rounded py-0.5 font-mono text-blue-400 hover:bg-neutral-200 active:bg-neutral-300 dark:hover:bg-neutral-700 dark:active:bg-neutral-600"