Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Center handle in verifier dialog (#8247)

* Center handle in verifier dialog

* do the same for the other dialog

---------

Co-authored-by: Samuel Newman <mozzius@protonmail.com>

authored by

Eric Bailey
Samuel Newman
and committed by
GitHub
b800334e 9363ff6f

+2 -4
+1 -2
src/components/verification/VerificationsDialog.tsx
··· 35 35 }) { 36 36 return ( 37 37 <Dialog.Outer control={control}> 38 + <Dialog.Handle /> 38 39 <Inner 39 40 control={control} 40 41 profile={profile} ··· 78 79 style={[ 79 80 gtMobile ? {width: 'auto', maxWidth: 400, minWidth: 200} : a.w_full, 80 81 ]}> 81 - <Dialog.Handle /> 82 - 83 82 <View style={[a.gap_sm, a.pb_lg]}> 84 83 <Text style={[a.text_2xl, a.font_bold, a.pr_4xl, a.leading_tight]}> 85 84 {label}
+1 -2
src/components/verification/VerifierDialog.tsx
··· 30 30 }) { 31 31 return ( 32 32 <Dialog.Outer control={control}> 33 + <Dialog.Handle /> 33 34 <Inner 34 35 control={control} 35 36 profile={profile} ··· 65 66 style={[ 66 67 gtMobile ? {width: 'auto', maxWidth: 400, minWidth: 200} : a.w_full, 67 68 ]}> 68 - <Dialog.Handle /> 69 - 70 69 <View style={[a.gap_lg]}> 71 70 <View 72 71 style={[