about summary refs log tree commit diff
path: root/src/view/com/util/post-ctrls/PostCtrls.tsx
diff options
context:
space:
mode:
authorHailey <me@haileyok.com>2024-05-29 20:37:45 -0700
committerGitHub <noreply@github.com>2024-05-30 04:37:45 +0100
commit4cc55f05c2f8dda903733e5a7bb1442a107d116d (patch)
treebfa582227b4f3fc02e7927ecf245794450b9c3fe /src/view/com/util/post-ctrls/PostCtrls.tsx
parent9edb4879494b348616caca6999ee89658f439c49 (diff)
downloadvoidsky-4cc55f05c2f8dda903733e5a7bb1442a107d116d.tar.zst
Use a margin of -6 instead of -5 for PostCtrls 😵‍💫 (#4272)
* -6 instead of -5 😵‍💫

* same here
Diffstat (limited to 'src/view/com/util/post-ctrls/PostCtrls.tsx')
-rw-r--r--src/view/com/util/post-ctrls/PostCtrls.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/util/post-ctrls/PostCtrls.tsx b/src/view/com/util/post-ctrls/PostCtrls.tsx
index 2b0220842..c90a723a0 100644
--- a/src/view/com/util/post-ctrls/PostCtrls.tsx
+++ b/src/view/com/util/post-ctrls/PostCtrls.tsx
@@ -206,7 +206,7 @@ let PostCtrls = ({
     <View style={[a.flex_row, a.justify_between, a.align_center, style]}>
       <View
         style={[
-          big ? a.align_center : [a.flex_1, a.align_start, {marginLeft: -5}],
+          big ? a.align_center : [a.flex_1, a.align_start, {marginLeft: -6}],
           post.viewer?.replyDisabled ? {opacity: 0.5} : undefined,
         ]}>
         <Pressable