about summary refs log tree commit diff
path: root/src/screens/Profile/Header/Handle.tsx
diff options
context:
space:
mode:
authorElijah Seed-Arita <elijaharita@gmail.com>2025-07-24 11:22:19 -0700
committerGitHub <noreply@github.com>2025-07-24 11:22:19 -0700
commitdff0332dd0326b446a07d39f70df45aab178e4c4 (patch)
treee023540e0f328f036a037be87bc002597b078061 /src/screens/Profile/Header/Handle.tsx
parentf0b869aeeb9d531b0428e3a62201358d95ffc2ec (diff)
downloadvoidsky-dff0332dd0326b446a07d39f70df45aab178e4c4.tar.zst
fix: general profile component layout fixes, and ability to disable the inset border for UserAvatar (#8711)
Diffstat (limited to 'src/screens/Profile/Header/Handle.tsx')
-rw-r--r--src/screens/Profile/Header/Handle.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/Profile/Header/Handle.tsx b/src/screens/Profile/Header/Handle.tsx
index cfbf430c4..f52b6d68e 100644
--- a/src/screens/Profile/Header/Handle.tsx
+++ b/src/screens/Profile/Header/Handle.tsx
@@ -23,7 +23,7 @@ export function ProfileHeaderHandle({
   const blockHide = profile.viewer?.blocking || profile.viewer?.blockedBy
   return (
     <View
-      style={[a.flex_row, a.gap_xs, a.align_center, {maxWidth: '100%'}]}
+      style={[a.flex_row, a.gap_sm, a.align_center, {maxWidth: '100%'}]}
       pointerEvents={disableTaps ? 'none' : isIOS ? 'auto' : 'box-none'}>
       <NewskieDialog profile={profile} disabled={disableTaps} />
       {profile.viewer?.followedBy && !blockHide ? (