Post controls update followup (#4276)
* rm legacy repost modal * make repost button transparent * reduce gap between post and ctrls * remove old repost modal on web
This commit is contained in:
parent
c4abaa1abc
commit
d92036f2c5
8 changed files with 17 additions and 148 deletions
|
@ -390,7 +390,7 @@ let PostContent = ({
|
|||
/>
|
||||
) : undefined}
|
||||
{postEmbed ? (
|
||||
<View style={[a.pb_sm]}>
|
||||
<View style={[a.pb_xs]}>
|
||||
<PostEmbeds
|
||||
embed={postEmbed}
|
||||
moderation={moderation}
|
||||
|
@ -482,7 +482,7 @@ const styles = StyleSheet.create({
|
|||
flexDirection: 'row',
|
||||
alignItems: 'center',
|
||||
flexWrap: 'wrap',
|
||||
paddingBottom: 4,
|
||||
paddingBottom: 2,
|
||||
},
|
||||
contentHiderChild: {
|
||||
marginTop: 6,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue