deer social fork for personal usage. but you might see a use idk. github mirror

let's leave the handle thing on the profile at 4px for consistency reasons and it kind of looks too gappy

aylac.top c184716d a1e497f2

verified
Changed files
+1 -1
src
screens
Profile
Header
+1 -1
src/screens/Profile/Header/Handle.tsx
··· 33 33 ) 34 34 return ( 35 35 <View 36 - style={[a.flex_row, {gap: 6}, a.align_center, {maxWidth: '100%'}]} 36 + style={[a.flex_row, a.gap_xs, a.align_center, {maxWidth: '100%'}]} 37 37 pointerEvents={disableTaps ? 'none' : isIOS ? 'auto' : 'box-none'}> 38 38 <NewskieDialog profile={profile} disabled={disableTaps} /> 39 39