diff --git a/app/components/post_header/post_header.js b/app/components/post_header/post_header.js index 145895be9..d821b1cee 100644 --- a/app/components/post_header/post_header.js +++ b/app/components/post_header/post_header.js @@ -291,7 +291,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme) => { flexDirection: 'row', alignItems: 'center', justifyContent: 'center', - height: 35, + marginVertical: -10, minWidth: 40, paddingVertical: 10, },