From ab0697a0ecc5a0c96fc8512051121d384311c16d Mon Sep 17 00:00:00 2001 From: dan Date: Thu, 19 Dec 2024 23:14:33 +0000 Subject: Bump clamp max value (#7198) --- src/view/com/post-thread/PostThread.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/view/com/post-thread/PostThread.tsx') 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), }, ]}> -- cgit 1.4.1