We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33ce2c9 commit b49838cCopy full SHA for b49838c
1 file changed
web/components/optional-profile-form.tsx
@@ -819,7 +819,7 @@ export const OptionalProfileUserForm = (props: {
819
<Button
820
className={clsx(
821
"fixed lg:bottom-6 right-4 sm:right-60 z-50 text-xl",
822
- bottomNavBarVisible ? "bottom-[calc(30px+var(--bnh))]" : "bottom-[calc(90px+var(--bnh))]"
+ bottomNavBarVisible ? "bottom-[calc(90px+var(--bnh))]" : "bottom-[calc(30px+var(--bnh))]"
823
)}
824
disabled={isSubmitting}
825
loading={isSubmitting}
0 commit comments