atmosphere explorer pds.ls
tool typescript atproto

add min height to bottom bar

handle.invalid bb9374d3 94f87dce

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