Bluesky app fork with some witchin' additions 💫

Use consistent hosting provider height (#8186)

authored by samuel.fm and committed by

GitHub ff7407c8 d899d09e

+1 -2
+1 -2
src/components/forms/HostingProvider.tsx
··· 4 4 import {useLingui} from '@lingui/react' 5 5 6 6 import {toNiceDomain} from '#/lib/strings/url-helpers' 7 - import {isAndroid} from '#/platform/detection' 8 7 import {ServerInputDialog} from '#/view/com/auth/server-input' 9 8 import {atoms as a, tokens, useTheme} from '#/alf' 10 9 import {Button, ButtonIcon, ButtonText} from '#/components/Button' ··· 75 74 a.flex_row, 76 75 a.align_center, 77 76 a.rounded_sm, 77 + a.py_sm, 78 78 a.pl_md, 79 79 a.pr_sm, 80 80 a.gap_xs, 81 - {paddingVertical: isAndroid ? 14 : 8}, 82 81 ]} 83 82 onPress={onPressSelectService}> 84 83 {({hovered, pressed}) => {