This commit is contained in:
MartinBraquet
2026-02-01 17:23:04 +01:00
parent 33ce2c9624
commit b49838c49a

View File

@@ -819,7 +819,7 @@ export const OptionalProfileUserForm = (props: {
<Button
className={clsx(
"fixed lg:bottom-6 right-4 sm:right-60 z-50 text-xl",
bottomNavBarVisible ? "bottom-[calc(30px+var(--bnh))]" : "bottom-[calc(90px+var(--bnh))]"
bottomNavBarVisible ? "bottom-[calc(90px+var(--bnh))]" : "bottom-[calc(30px+var(--bnh))]"
)}
disabled={isSubmitting}
loading={isSubmitting}