Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

fix 'Reposted by' text overflow (#1535)

authored by

Eric Bailey and committed by
GitHub
42723dfa 95736a51

+2 -1
+2 -1
src/view/com/posts/FeedItem.tsx
··· 178 178 )} 179 179 </View> 180 180 181 - <View style={{paddingTop: 12}}> 181 + <View style={{paddingTop: 12, flexShrink: 1}}> 182 182 {source ? ( 183 183 <Link 184 184 title={sanitizeDisplayName(source.displayName)} ··· 211 211 style={{ 212 212 marginRight: 4, 213 213 color: pal.colors.textLight, 214 + minWidth: 16, 214 215 }} 215 216 /> 216 217 <Text