Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Small sizing and spacing tweaks

+2 -2
+1 -1
src/view/com/composer/ComposePost.tsx
··· 249 249 textInput: { 250 250 flex: 1, 251 251 padding: 5, 252 - fontSize: 18, 252 + fontSize: 21, 253 253 }, 254 254 })
+1 -1
src/view/com/notifications/FeedItem.tsx
··· 124 124 <View style={styles.avis}> 125 125 {authors.slice(0, MAX_AUTHORS).map(author => ( 126 126 <Link 127 - style={s.mr2} 127 + style={{marginRight: 3}} 128 128 key={author.href} 129 129 href={author.href} 130 130 title={`@${author.handle}`}>