about summary refs log tree commit diff
path: root/src/screens/Profile/Header/Shell.tsx
diff options
context:
space:
mode:
authorElijah Seed-Arita <elijaharita@gmail.com>2025-07-29 14:20:33 -0700
committerGitHub <noreply@github.com>2025-07-29 16:20:33 -0500
commit332dbc1bb4632e9fd1ffed6ea8566b8df8984f64 (patch)
tree94e0621df383a9bcc101ea29c713d81175bf2d9b /src/screens/Profile/Header/Shell.tsx
parentbc78fb224e2f0920c5513f320d024975b88e9ff2 (diff)
downloadvoidsky-332dbc1bb4632e9fd1ffed6ea8566b8df8984f64.tar.zst
fix: small profile followup fixes (#8735)
* fix: small profile followup fixes

* fix: change platform-specific compensation for profileHeaderDisplayName marginBottom to target all native

* fix: apply suggestion for consistent cross-platform profile username margin
Diffstat (limited to 'src/screens/Profile/Header/Shell.tsx')
-rw-r--r--src/screens/Profile/Header/Shell.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/Profile/Header/Shell.tsx b/src/screens/Profile/Header/Shell.tsx
index 2b253212f..27962ba05 100644
--- a/src/screens/Profile/Header/Shell.tsx
+++ b/src/screens/Profile/Header/Shell.tsx
@@ -281,7 +281,7 @@ const styles = StyleSheet.create({
   aviPosition: {
     position: 'absolute',
     top: 104,
-    left: 16,
+    left: 10,
   },
   avi: {
     width: 94,