From b7283d92bfeab9b627084db26190a35e270a6be3 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Wed, 25 Feb 2026 14:16:06 +0200 Subject: [PATCH] compensate for uneven padding --- src/components/Layout/Header/index.ios.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/Layout/Header/index.ios.tsx b/src/components/Layout/Header/index.ios.tsx index 6cdd0e6aca..a48485314e 100644 --- a/src/components/Layout/Header/index.ios.tsx +++ b/src/components/Layout/Header/index.ios.tsx @@ -42,7 +42,10 @@ function TransparentOuter({children, headerRef}: OuterProps) { a.flex_row, a.align_center, a.gap_sm, - a.px_xs, + // built-in padding, but slightly more on right than left, + // so compensate for that. this is because we're using + // headerRightItems + a.pl_xs, isInitialRender && {opacity: 0}, ]}> {children}