|
|
|
@ -133,7 +133,7 @@ export default function SliderPage({ onClose }: SliderPageProps = {}) { |
|
|
|
onClose={() => setSubmitError(null)} |
|
|
|
/> |
|
|
|
)} |
|
|
|
<header className="relative -mx-[17px] rounded-b-[32px] px-[17px] pt-[max(12px,calc(var(--safe-top)+4px))] pb-3"> |
|
|
|
<header className="relative pt-[max(12px,calc(var(--safe-top)+4px))] pb-3"> |
|
|
|
<div className="relative flex items-center justify-between"> |
|
|
|
<NavigationButton |
|
|
|
icon="back" |
|
|
|
@ -185,7 +185,7 @@ export default function SliderPage({ onClose }: SliderPageProps = {}) { |
|
|
|
</div> |
|
|
|
</header> |
|
|
|
|
|
|
|
<main className="flex min-h-0 flex-1 overflow-hidden pt-6"> |
|
|
|
<main className="flex min-h-0 flex-1 overflow-hidden pt-3"> |
|
|
|
<div |
|
|
|
className="flex h-full w-full transition-transform duration-300 ease-out" |
|
|
|
style={{ transform: `translateX(-${activeSlide * 100}%)` }} |
|
|
|
|