atproto explorer
0
fork

Configure Feed

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

fix button position

Juliet 63607eaf fc430549

+2 -2
+2 -2
src/views/collection.tsx
··· 231 231 </Show> 232 232 <span>{records.length} records</span> 233 233 </div> 234 - <div class="flex w-[5rem] items-center justify-center"> 234 + <div class="w-5rem flex items-center justify-end"> 235 235 <Show when={cursor()}> 236 236 <Show when={!response.loading}> 237 237 <Button onClick={() => refetch()}>Load More</Button> 238 238 </Show> 239 239 <Show when={response.loading}> 240 - <div class="i-lucide-loader-circle animate-spin text-xl" /> 240 + <div class="i-lucide-loader-circle w-5rem animate-spin text-xl" /> 241 241 </Show> 242 242 </Show> 243 243 </div>