diff --git a/app/components/HeaderWithSupport.tsx b/app/components/HeaderWithSupport.tsx index 96fbd8f..db8799e 100644 --- a/app/components/HeaderWithSupport.tsx +++ b/app/components/HeaderWithSupport.tsx @@ -39,23 +39,25 @@ const HeaderWithSupport = memo(function HeaderWithSupport({ return ( <> -
{title}
- {!hideSupportButton && ( -{title}
+ {!hideSupportButton && ( +{title}
- {rightContent && ( -{title}
+ {rightContent && ( +{step === 0 @@ -29,7 +29,7 @@ export const CartHeader = ({ cart, step, setStep }: CartHeaderProps) => { if (step > 0) setStep((p) => p - 1); else safeGoBack(navigate); }} - className="absolute top-4 right-4" + className="absolute top-[calc(1rem_+_env(safe-area-inset-top))] right-4" /> {cart && cart.items && cart.items.length > 0 && ( <> diff --git a/app/components/explore/ExploreTopBar.tsx b/app/components/explore/ExploreTopBar.tsx index d918ee3..82752de 100644 --- a/app/components/explore/ExploreTopBar.tsx +++ b/app/components/explore/ExploreTopBar.tsx @@ -41,7 +41,7 @@ const ExploreTopBar = memo(function ExploreTopBar({ }, [setSearchValue]); return ( -