tangled
alpha
login
or
join now
pds.ls
/
pdsls
398
fork
atom
atmosphere explorer
pds.ls
tool
typescript
atproto
398
fork
atom
overview
issues
1
pulls
pipelines
add min height to bottom bar
handle.invalid
1 week ago
bb9374d3
94f87dce
verified
This commit was signed with the committer's
known signature
.
handle.invalid
SSH Key Fingerprint:
SHA256:mBrT4x0JdzLpbVR95g1hjI1aaErfC02kmLRkPXwsYCk=
+1
-1
1 changed file
expand all
collapse all
unified
split
src
views
collection.tsx
+1
-1
src/views/collection.tsx
···
426
426
</div>
427
427
428
428
{/* Pagination */}
429
429
-
<div class="flex w-full max-w-lg items-center justify-between">
429
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();