Use a margin of -6 instead of -5 for PostCtrls 😵💫 (#4272)
* -6 instead of -5 😵💫
* same here
This commit is contained in:
parent
9edb487949
commit
4cc55f05c2
2 changed files with 2 additions and 2 deletions
|
@ -67,7 +67,7 @@ export function PostLoadingPlaceholder({
|
||||||
<LoadingPlaceholder width="95%" height={6} style={{marginBottom: 8}} />
|
<LoadingPlaceholder width="95%" height={6} style={{marginBottom: 8}} />
|
||||||
<LoadingPlaceholder width="80%" height={6} style={{marginBottom: 11}} />
|
<LoadingPlaceholder width="80%" height={6} style={{marginBottom: 11}} />
|
||||||
<View style={styles.postCtrls}>
|
<View style={styles.postCtrls}>
|
||||||
<View style={[styles.postCtrl, {marginLeft: -5}]}>
|
<View style={[styles.postCtrl, {marginLeft: -6}]}>
|
||||||
<View style={styles.postBtn}>
|
<View style={styles.postBtn}>
|
||||||
<Bubble
|
<Bubble
|
||||||
style={[
|
style={[
|
||||||
|
|
|
@ -206,7 +206,7 @@ let PostCtrls = ({
|
||||||
<View style={[a.flex_row, a.justify_between, a.align_center, style]}>
|
<View style={[a.flex_row, a.justify_between, a.align_center, style]}>
|
||||||
<View
|
<View
|
||||||
style={[
|
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,
|
post.viewer?.replyDisabled ? {opacity: 0.5} : undefined,
|
||||||
]}>
|
]}>
|
||||||
<Pressable
|
<Pressable
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue