Use a margin of -6 instead of -5 for PostCtrls 😵‍💫 (#4272)

* -6 instead of -5 😵‍💫

* same here
zio/stable
Hailey 2024-05-29 20:37:45 -07:00 committed by GitHub
parent 9edb487949
commit 4cc55f05c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ export function PostLoadingPlaceholder({
<LoadingPlaceholder width="95%" height={6} style={{marginBottom: 8}} />
<LoadingPlaceholder width="80%" height={6} style={{marginBottom: 11}} />
<View style={styles.postCtrls}>
<View style={[styles.postCtrl, {marginLeft: -5}]}>
<View style={[styles.postCtrl, {marginLeft: -6}]}>
<View style={styles.postBtn}>
<Bubble
style={[

View File

@ -206,7 +206,7 @@ let PostCtrls = ({
<View style={[a.flex_row, a.justify_between, a.align_center, style]}>
<View
style={[
big ? a.align_center : [a.flex_1, a.align_start, {marginLeft: -5}],
big ? a.align_center : [a.flex_1, a.align_start, {marginLeft: -6}],
post.viewer?.replyDisabled ? {opacity: 0.5} : undefined,
]}>
<Pressable