diff options
-rw-r--r-- | src/view/com/post-thread/PostThread.tsx | 2 | ||||
-rw-r--r-- | src/view/shell/bottom-bar/BottomBar.tsx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/view/com/post-thread/PostThread.tsx b/src/view/com/post-thread/PostThread.tsx index a0073b02f..1bdee5307 100644 --- a/src/view/com/post-thread/PostThread.tsx +++ b/src/view/com/post-thread/PostThread.tsx @@ -714,7 +714,7 @@ function MobileComposePrompt({onPressReply}: {onPressReply: () => unknown}) { styles.prompt, fabMinimalShellTransform, { - bottom: clamp(safeAreaInsets.bottom, 13, 30), + bottom: clamp(safeAreaInsets.bottom, 13, 60), }, ]}> <PostThreadComposePrompt onPressCompose={onPressReply} /> diff --git a/src/view/shell/bottom-bar/BottomBar.tsx b/src/view/shell/bottom-bar/BottomBar.tsx index 47a525c04..f814468b5 100644 --- a/src/view/shell/bottom-bar/BottomBar.tsx +++ b/src/view/shell/bottom-bar/BottomBar.tsx @@ -134,7 +134,7 @@ export function BottomBar({navigation}: BottomTabBarProps) { styles.bottomBar, pal.view, pal.border, - {paddingBottom: clamp(safeAreaInsets.bottom, 15, 30)}, + {paddingBottom: clamp(safeAreaInsets.bottom, 15, 60)}, footerMinimalShellTransform, ]} onLayout={e => { |