|
|
|
@ -181,12 +181,12 @@ function NewMatchProfileSkeleton({ |
|
|
|
<> |
|
|
|
<PageBackground /> |
|
|
|
<main className="-mx-[17px] flex h-dvh flex-col overflow-hidden bg-[#F5F5F5]"> |
|
|
|
<StickyHeader sticky={false} className="shrink-0"> |
|
|
|
<StickyHeader sticky className="shrink-0"> |
|
|
|
<div className="flex items-center justify-between gap-3"> |
|
|
|
{!hideBackButton ? ( |
|
|
|
<NavigationButton |
|
|
|
variant="transparent" |
|
|
|
icon="exit" |
|
|
|
icon="back" |
|
|
|
iconLabel={t["Go back"]} |
|
|
|
onClick={onClose} |
|
|
|
/> |
|
|
|
@ -203,7 +203,7 @@ function NewMatchProfileSkeleton({ |
|
|
|
</div> |
|
|
|
</StickyHeader> |
|
|
|
|
|
|
|
<section className="flex-1 overflow-y-auto overflow-x-hidden px-[17px] pb-6 pt-5"> |
|
|
|
<section className="min-h-0 flex-1 overflow-y-auto overflow-x-hidden px-[17px] pb-6 pt-5"> |
|
|
|
<div className="flex flex-col items-center justify-center w-full"> |
|
|
|
<LoadingSkeleton className="size-[90px] rounded-full shadow-sm" /> |
|
|
|
<LoadingSkeleton className="mt-3.5 h-7 w-44 rounded-xl shadow-xs" /> |
|
|
|
@ -619,11 +619,11 @@ export default function NewMatchProfilePage({ |
|
|
|
) : null} |
|
|
|
|
|
|
|
<main className={mainClass} style={mainStyle}> |
|
|
|
<StickyHeader sticky={false} className="shrink-0"> |
|
|
|
<StickyHeader sticky className="shrink-0"> |
|
|
|
<div className="flex items-center justify-between gap-3"> |
|
|
|
<NavigationButton |
|
|
|
variant="transparent" |
|
|
|
icon="exit" |
|
|
|
icon="back" |
|
|
|
iconLabel={t["Go back"]} |
|
|
|
onClick={onClose} |
|
|
|
/> |
|
|
|
@ -637,7 +637,7 @@ export default function NewMatchProfilePage({ |
|
|
|
</div> |
|
|
|
</StickyHeader> |
|
|
|
|
|
|
|
<section className="flex-1 overflow-y-auto overflow-x-hidden px-[17px] pb-6 pt-5"> |
|
|
|
<section className="min-h-0 flex-1 overflow-y-auto overflow-x-hidden px-[17px] pb-6 pt-5"> |
|
|
|
<div |
|
|
|
className="mx-auto flex flex-col items-center justify-center" |
|
|
|
style={{ |
|
|
|
|