Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Merge branch 'quiple-fix-margin' into main

+3 -3
+1 -1
src/view/com/posts/FeedItem.tsx
··· 289 289 type="md" 290 290 did={replyAuthorDid} 291 291 attr="displayName" 292 - style={[pal.textLight, s.ml2]} 292 + style={[pal.textLight]} 293 293 /> 294 294 </Trans> 295 295 </Text>
+1 -1
src/view/screens/Lists.tsx
··· 61 61 <Trans>Public, shareable lists which can drive feeds.</Trans> 62 62 </Text> 63 63 </View> 64 - <View> 64 + <View style={[{marginLeft: 18}, isMobile && {marginLeft: 12}]}> 65 65 <Button 66 66 testID="newUserListBtn" 67 67 type="default"
+1 -1
src/view/screens/ModerationModlists.tsx
··· 63 63 </Trans> 64 64 </Text> 65 65 </View> 66 - <View> 66 + <View style={[{marginLeft: 18}, isMobile && {marginLeft: 12}]}> 67 67 <Button 68 68 testID="newModListBtn" 69 69 type="default"