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

Configure Feed

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

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

ayla c184716d a1e497f2

+1 -1
+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