atmosphere explorer pds.ls
tool typescript atproto
434
fork

Configure Feed

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

fix collection list padding

Juliet 6ba758e8 debdec52

+1 -1
+1 -1
src/views/repo/index.tsx
··· 467 467 </LazyTab> 468 468 </Show> 469 469 <Show when={nsids() && (!location.hash || location.hash.startsWith("#collections"))}> 470 - <div class="flex flex-col pb-20 text-sm wrap-anywhere"> 470 + <div class="flex flex-col pb-22 text-sm wrap-anywhere"> 471 471 <Show 472 472 when={Object.keys(nsids() ?? {}).length != 0} 473 473 fallback={<span class="mt-3 text-center text-base">No collections found.</span>}