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 544 styles.prompt, 545 545 fabMinimalShellTransform, 546 546 { 547 - bottom: clamp(safeAreaInsets.bottom, 15, 30), 547 + bottom: clamp(safeAreaInsets.bottom, 13, 30), 548 548 }, 549 549 ]}> 550 550 <PostThreadComposePrompt onPressCompose={onPressReply} />