atmosphere explorer
0
fork

Configure Feed

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

add min height to bottom bar

Juliet bb9374d3 94f87dce

+1 -1
+1 -1
src/views/collection.tsx
··· 426 426 </div> 427 427 428 428 {/* Pagination */} 429 - <div class="flex w-full max-w-lg items-center justify-between"> 429 + <div class="flex min-h-7.5 w-full max-w-lg items-center justify-between"> 430 430 <Button 431 431 onClick={() => { 432 432 const newReverse = !reverse();