atmosphere explorer

fix button height

handle.invalid 394f1f4b 5d4da405

verified
+3 -3
+1 -1
src/views/blob.tsx
··· 54 54 <Button 55 55 onClick={() => refetch()} 56 56 disabled={response.loading} 57 - classList={{ "w-20 justify-center": true }} 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 - classList={{ "w-20 justify-center": true }} 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 - classList={{ "w-20 justify-center": true }} 215 + classList={{ "w-20 h-[30px] justify-center": true }} 216 216 > 217 217 <Show 218 218 when={!response.loading}