tangled
alpha
login
or
join now
ansxor.ca
/
pdsls
forked from
pds.ls/pdsls
0
fork
atom
atmosphere explorer
0
fork
atom
overview
issues
pulls
pipelines
fix button height
handle.invalid
1 month ago
394f1f4b
5d4da405
verified
This commit was signed with the committer's
known signature
.
handle.invalid
SSH Key Fingerprint:
SHA256:mBrT4x0JdzLpbVR95g1hjI1aaErfC02kmLRkPXwsYCk=
+3
-3
3 changed files
expand all
collapse all
unified
split
src
views
blob.tsx
labels.tsx
pds.tsx
+1
-1
src/views/blob.tsx
···
54
54
<Button
55
55
onClick={() => refetch()}
56
56
disabled={response.loading}
57
57
-
classList={{ "w-20 justify-center": true }}
57
57
+
classList={{ "w-20 h-[30px] justify-center": true }}
58
58
>
59
59
<Show
60
60
when={!response.loading}
+1
-1
src/views/labels.tsx
···
277
277
<Button
278
278
onClick={handleLoadMore}
279
279
disabled={loading()}
280
280
-
classList={{ "w-20 justify-center": true }}
280
280
+
classList={{ "w-20 h-[30px] justify-center": true }}
281
281
>
282
282
<Show
283
283
when={!loading()}
+1
-1
src/views/pds.tsx
···
212
212
<Button
213
213
onClick={() => refetch()}
214
214
disabled={response.loading}
215
215
-
classList={{ "w-20 justify-center": true }}
215
215
+
classList={{ "w-20 h-[30px] justify-center": true }}
216
216
>
217
217
<Show
218
218
when={!response.loading}