Improve message rendering on webview (fix 2)

This commit is contained in:
MartinBraquet
2025-11-03 23:45:03 +01:00
parent 110b727cbc
commit f01fad5fa6
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -87,7 +87,7 @@ export const RequiredProfileUserForm = (props: {
<Title>The Basics</Title>
{step === 1 && !profileCreatedAlready &&
<div className="text-ink-500 mb-6 text-lg">No endless formswrite your own bio, your own way.</div>}
<Col className={'gap-8'}>
<Col className={'gap-8 pb-[env(safe-area-inset-bottom)]'}>
{step === 0 && <Col>
<label className={clsx(labelClassName)}>Display name</label>
<Row className={'items-center gap-2'}>