Skip to content

Commit

Permalink
fix: update thumb message layout
Browse files Browse the repository at this point in the history
  • Loading branch information
OtavioStasiak committed Oct 10, 2024
1 parent ea429c7 commit 687a0de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/containers/message/Components/Attachments/Reply.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ const styles = StyleSheet.create({
alignItems: 'center',
marginBottom: 8
},
titleAndDesciptionContainer: {
flexDirection: "column",
titleAndDescriptionContainer: {
flexDirection: 'column',
flex: 1,
width: 200
},
Expand Down Expand Up @@ -251,7 +251,7 @@ const Reply = React.memo(
background={Touchable.Ripple(themes[theme].surfaceNeutral)}
disabled={!!(loading || attachment.message_link)}>
<View style={styles.attachmentContainer}>
<View style={styles.titleAndDesciptionContainer}>
<View style={styles.titleAndDescriptionContainer}>
<Title attachment={attachment} timeFormat={timeFormat} theme={theme} />
<Description attachment={attachment} getCustomEmoji={getCustomEmoji} theme={theme} />
<Attachments
Expand Down

0 comments on commit 687a0de

Please sign in to comment.