Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Tweak #5522 (#5635)

* Reduce post reason icon size & offset (#5522)

* Make x margin within pin icon the same

* Reduce post reason icon size and offset

* Use existing pin

---------

Co-authored-by: futur <me@futuristick.ca>

authored by

Eric Bailey
futur
and committed by
GitHub
f5094240 c5fef1b9

+5 -5
+5 -5
src/view/com/posts/FeedItem.tsx
··· 299 299 onBeforePress={onOpenReposter}> 300 300 <RepostIcon 301 301 style={{color: pal.colors.textLight, marginRight: 3}} 302 - width={14} 303 - height={14} 302 + width={13} 303 + height={13} 304 304 /> 305 305 <Text 306 306 type="sm-bold" ··· 343 343 <View style={styles.includeReason}> 344 344 <PinIcon 345 345 style={{color: pal.colors.textLight, marginRight: 3}} 346 - width={14} 347 - height={14} 346 + width={13} 347 + height={13} 348 348 /> 349 349 <Text 350 350 type="sm-bold" ··· 604 604 alignItems: 'center', 605 605 marginTop: 2, 606 606 marginBottom: 2, 607 - marginLeft: -18, 607 + marginLeft: -16, 608 608 }, 609 609 layout: { 610 610 flexDirection: 'row',