about summary refs log tree commit diff
path: root/src/view/com/post-thread/PostThreadComposePrompt.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/com/post-thread/PostThreadComposePrompt.tsx')
-rw-r--r--src/view/com/post-thread/PostThreadComposePrompt.tsx13
1 files changed, 4 insertions, 9 deletions
diff --git a/src/view/com/post-thread/PostThreadComposePrompt.tsx b/src/view/com/post-thread/PostThreadComposePrompt.tsx
index f45b16085..dc0561725 100644
--- a/src/view/com/post-thread/PostThreadComposePrompt.tsx
+++ b/src/view/com/post-thread/PostThreadComposePrompt.tsx
@@ -38,15 +38,10 @@ export function PostThreadComposePrompt({
   return (
     <View
       style={[
+        a.px_sm,
         gtMobile
-          ? [
-              a.py_xs,
-              a.px_sm,
-              a.border_t,
-              t.atoms.border_contrast_low,
-              t.atoms.bg,
-            ]
-          : [a.px_md, a.pb_2xs],
+          ? [a.py_xs, a.border_t, t.atoms.border_contrast_low, t.atoms.bg]
+          : [a.pb_2xs],
         style,
       ]}>
       {!gtMobile && (
@@ -87,7 +82,7 @@ export function PostThreadComposePrompt({
           a.transition_color,
         ]}>
         <UserAvatar
-          size={gtMobile ? 24 : 22}
+          size={24}
           avatar={profile?.avatar}
           type={profile?.associated?.labeler ? 'labeler' : 'user'}
         />