Move next button toward center on desktop

This commit is contained in:
MartinBraquet
2026-01-30 23:58:37 +01:00
parent 8348953510
commit cb96528752

View File

@@ -816,7 +816,7 @@ export const OptionalProfileUserForm = (props: {
<Row className={'justify-end'}>
<Button
className="fixed bottom-[calc(90px+var(--bnh))] lg:bottom-6 right-4 z-50 text-xl"
className="fixed bottom-[calc(90px+var(--bnh))] lg:bottom-6 right-4 sm:right-60 z-50 text-xl"
disabled={isSubmitting}
loading={isSubmitting}
onClick={handleSubmit}