Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Get rid of share menu fade edge effect (#9250)

authored by

Samuel Newman and committed by
GitHub
3107efb4 faa389e0

-1
-1
src/components/PostControls/ShareMenu/RecentChats.tsx
··· 50 50 style={[a.flex_1, a.pt_2xs, {minHeight: 98}]} 51 51 contentContainerStyle={[a.gap_sm, a.px_md]} 52 52 showsHorizontalScrollIndicator={false} 53 - fadingEdgeLength={64} 54 53 nestedScrollEnabled> 55 54 {convos && convos.length > 0 ? ( 56 55 convos.map(convo => {