diff --git a/src/components/postView/view/postDisplayStyles.js b/src/components/postView/view/postDisplayStyles.js index 4eb47c338..b01bd26e4 100644 --- a/src/components/postView/view/postDisplayStyles.js +++ b/src/components/postView/view/postDisplayStyles.js @@ -62,7 +62,7 @@ export default EStyleSheet.create({ opacity: 0.7, }, barIconButton: { - marginLeft: 16, + marginLeft: 0, }, stickyRightWrapper: { flexGrow: 1, diff --git a/src/screens/boostPost/screen/boostPostStyles.js b/src/screens/boostPost/screen/boostPostStyles.js index d06b6feff..3e57fa4ec 100644 --- a/src/screens/boostPost/screen/boostPostStyles.js +++ b/src/screens/boostPost/screen/boostPostStyles.js @@ -73,6 +73,7 @@ export default EStyleSheet.create({ padding: 10, justifyContent: 'center', color: '$primaryBlack', + maxWidth: '$deviceWidth / 2.9', }, textarea: { borderWidth: 1,