Bluesky app fork with some witchin' additions ๐Ÿ’ซ
0
fork

Configure Feed

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

Use a margin of -6 instead of -5 for PostCtrls ๐Ÿ˜ตโ€๐Ÿ’ซ (#4272)

* -6 instead of -5 ๐Ÿ˜ตโ€๐Ÿ’ซ

* same here

authored by

Hailey and committed by
GitHub
4cc55f05 9edb4879

+2 -2
+1 -1
src/view/com/util/LoadingPlaceholder.tsx
··· 67 67 <LoadingPlaceholder width="95%" height={6} style={{marginBottom: 8}} /> 68 68 <LoadingPlaceholder width="80%" height={6} style={{marginBottom: 11}} /> 69 69 <View style={styles.postCtrls}> 70 - <View style={[styles.postCtrl, {marginLeft: -5}]}> 70 + <View style={[styles.postCtrl, {marginLeft: -6}]}> 71 71 <View style={styles.postBtn}> 72 72 <Bubble 73 73 style={[
+1 -1
src/view/com/util/post-ctrls/PostCtrls.tsx
··· 206 206 <View style={[a.flex_row, a.justify_between, a.align_center, style]}> 207 207 <View 208 208 style={[ 209 - big ? a.align_center : [a.flex_1, a.align_start, {marginLeft: -5}], 209 + big ? a.align_center : [a.flex_1, a.align_start, {marginLeft: -6}], 210 210 post.viewer?.replyDisabled ? {opacity: 0.5} : undefined, 211 211 ]}> 212 212 <Pressable