my fork of the bluesky client

fix avi follow deadzone (#6639)

authored by samuel.fm and committed by

GitHub bc2a3aee 37810749

+6 -9
+6 -9
src/view/com/posts/AviFollowButton.tsx
··· 84 {!isFollowing && ( 85 <Button 86 label={_(msg`Open ${name} profile shortcut menu`)} 87 - hitSlop={{ 88 - top: 0, 89 - left: 0, 90 - right: 5, 91 - bottom: 5, 92 - }} 93 style={[ 94 a.rounded_full, 95 a.absolute, 96 { 97 - height: 30, 98 - width: 30, 99 bottom: -7, 100 right: -7, 101 }, 102 ]}> 103 <NativeDropdown items={items}> 104 <View 105 - style={[a.h_full, a.w_full, a.justify_center, a.align_center]}> 106 <View 107 style={[ 108 a.rounded_full,
··· 84 {!isFollowing && ( 85 <Button 86 label={_(msg`Open ${name} profile shortcut menu`)} 87 style={[ 88 a.rounded_full, 89 a.absolute, 90 { 91 bottom: -7, 92 right: -7, 93 }, 94 ]}> 95 <NativeDropdown items={items}> 96 <View 97 + style={[ 98 + {width: 30, height: 30}, 99 + a.align_center, 100 + a.justify_center, 101 + a.rounded_full, 102 + ]}> 103 <View 104 style={[ 105 a.rounded_full,