diff --git a/src/view/com/util/PostCtrls.tsx b/src/view/com/util/PostCtrls.tsx index 6904928f42..4497e70585 100644 --- a/src/view/com/util/PostCtrls.tsx +++ b/src/view/com/util/PostCtrls.tsx @@ -184,7 +184,7 @@ export function PostCtrls(opts: PostCtrlsOpts) { return ( - + - + - + - + {opts.big ? undefined : ( )} + {/* used for adding pad to the right side */} + ) } @@ -328,10 +330,13 @@ export function PostCtrls(opts: PostCtrlsOpts) { const styles = StyleSheet.create({ ctrls: { flexDirection: 'row', + justifyContent: 'space-between', }, ctrl: { flexDirection: 'row', alignItems: 'center', + padding: 5, + margin: -5, }, ctrlIconReposted: { color: colors.green3,