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:
Samuel Newman 2024-05-30 09:44:49 +03:00 committed by GitHub
parent c4abaa1abc
commit d92036f2c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 17 additions and 148 deletions

View file

@ -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,