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:
@@ -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} />
|
||||||
|
|||||||
Reference in New Issue
Block a user