atproto explorer
0
fork

Configure Feed

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

reduce gap

Juliet 1ae7fcb4 1a899957

+1 -1
+1 -1
src/views/repo.tsx
··· 178 178 </MenuProvider> 179 179 </div> 180 180 </div> 181 - <div class="flex w-full flex-col gap-2 px-2"> 181 + <div class="flex w-full flex-col gap-1 px-2"> 182 182 <Show when={location.hash === "#logs"}> 183 183 <ErrorBoundary fallback={(err) => <div class="break-words">Error: {err.message}</div>}> 184 184 <Suspense