Fix gap between Write Your Reply and bottom bar on web (#6783)

* Fix gap between Write Your Reply and bottom bar on web

* rm log
This commit is contained in:
dan
2024-11-27 14:54:09 +00:00
committed by GitHub
parent 6a29296ae0
commit 763a5d5ab5
+1 -1
View File
@@ -544,7 +544,7 @@ function MobileComposePrompt({onPressReply}: {onPressReply: () => unknown}) {
styles.prompt, styles.prompt,
fabMinimalShellTransform, fabMinimalShellTransform,
{ {
bottom: clamp(safeAreaInsets.bottom, 15, 30), bottom: clamp(safeAreaInsets.bottom, 13, 30),
}, },
]}> ]}>
<PostThreadComposePrompt onPressCompose={onPressReply} /> <PostThreadComposePrompt onPressCompose={onPressReply} />