my fork of the bluesky client

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

authored by danabra.mov and committed by GitHub 763a5d5a 6a29296a

Changed files
+1 -1
src
view
com
post-thread
+1 -1
src/view/com/post-thread/PostThread.tsx
··· 544 styles.prompt, 545 fabMinimalShellTransform, 546 { 547 - bottom: clamp(safeAreaInsets.bottom, 15, 30), 548 }, 549 ]}> 550 <PostThreadComposePrompt onPressCompose={onPressReply} />
··· 544 styles.prompt, 545 fabMinimalShellTransform, 546 { 547 + bottom: clamp(safeAreaInsets.bottom, 13, 30), 548 }, 549 ]}> 550 <PostThreadComposePrompt onPressCompose={onPressReply} />