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