atmosphere explorer pds.ls
tool typescript atproto
434
fork

Configure Feed

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

fix margin when filter input opened

Juliet e623d5e8 d9e250d0

+4 -1
+4 -1
src/views/repo.tsx
··· 307 307 }} 308 308 /> 309 309 </Show> 310 - <div class="-mt-1 flex flex-col overflow-hidden text-sm"> 310 + <div 311 + class="flex flex-col overflow-hidden text-sm" 312 + classList={{ "-mt-1": !showFilter() }} 313 + > 311 314 <For 312 315 each={Object.keys(nsids() ?? {}).filter((authority) => 313 316 filter() ?