Bump clamp max value
This commit is contained in:
@@ -714,7 +714,7 @@ function MobileComposePrompt({onPressReply}: {onPressReply: () => unknown}) {
|
|||||||
styles.prompt,
|
styles.prompt,
|
||||||
fabMinimalShellTransform,
|
fabMinimalShellTransform,
|
||||||
{
|
{
|
||||||
bottom: clamp(safeAreaInsets.bottom, 13, 30),
|
bottom: clamp(safeAreaInsets.bottom, 13, 60),
|
||||||
},
|
},
|
||||||
]}>
|
]}>
|
||||||
<PostThreadComposePrompt onPressCompose={onPressReply} />
|
<PostThreadComposePrompt onPressCompose={onPressReply} />
|
||||||
|
|||||||
@@ -134,7 +134,7 @@ export function BottomBar({navigation}: BottomTabBarProps) {
|
|||||||
styles.bottomBar,
|
styles.bottomBar,
|
||||||
pal.view,
|
pal.view,
|
||||||
pal.border,
|
pal.border,
|
||||||
{paddingBottom: clamp(safeAreaInsets.bottom, 15, 30)},
|
{paddingBottom: clamp(safeAreaInsets.bottom, 15, 60)},
|
||||||
footerMinimalShellTransform,
|
footerMinimalShellTransform,
|
||||||
]}
|
]}
|
||||||
onLayout={e => {
|
onLayout={e => {
|
||||||
|
|||||||
Reference in New Issue
Block a user