From b3ff651663de68fec95452e911558eab8a924f4d Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Thu, 26 Sep 2024 02:11:30 +0100 Subject: [PATCH] justify center --- src/view/com/home/HomeHeaderLayoutMobile.tsx | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/src/view/com/home/HomeHeaderLayoutMobile.tsx b/src/view/com/home/HomeHeaderLayoutMobile.tsx index 5ce86220e9..55cc432d4d 100644 --- a/src/view/com/home/HomeHeaderLayoutMobile.tsx +++ b/src/view/com/home/HomeHeaderLayoutMobile.tsx @@ -173,10 +173,15 @@ export function HomeHeaderLayoutMobile({ entering={ZoomIn.delay(200)} exiting={ZoomOut} pointerEvents="none" - style={[a.absolute, a.inset_0, a.align_center]}> + style={[ + a.absolute, + a.inset_0, + a.align_center, + a.justify_center, + ]}> ) : ( @@ -184,7 +189,12 @@ export function HomeHeaderLayoutMobile({ key={2} entering={ZoomIn.delay(300)} exiting={ZoomOut} - style={[a.absolute, a.inset_0, a.align_center]}> + style={[ + a.absolute, + a.inset_0, + a.align_center, + a.justify_center, + ]}> {ctx => (