reply: add some space after reply box

we need more room on mobile

Fixes: https://github.com/damus-io/notedeck/issues/991
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2025-07-17 11:02:16 -07:00
parent 61f4d6b532
commit 1a7154fab6

View File

@@ -111,6 +111,15 @@ impl<'a, 'd> PostReplyView<'a, 'd> {
ui,
);
//
// NOTE(jb55): We add some space so that you can scroll to
// put the input box higher. This can happen in some
// situations where the input box gets covered or if its too
// large and things start breaking. I think this is an ok
// solution but there could be a better one.
//
ui.add_space(500.0);
post_response
})
.inner