Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Round the corners on single-image embeds a bit more

+1 -1
+1 -1
src/view/com/util/PostEmbeds.tsx
··· 65 65 <AutoSizedImage 66 66 uri={embed.images[0].thumb} 67 67 onPress={() => openLightbox(0)} 68 - containerStyle={{borderRadius: 4}} 68 + containerStyle={{borderRadius: 8}} 69 69 /> 70 70 </View> 71 71 )