diff options
author | Paul Frazee <pfrazee@gmail.com> | 2022-11-22 12:58:08 -0600 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2022-11-22 12:58:08 -0600 |
commit | 31a4fcc91c9a87bff84957cc23a98df6d03cc036 (patch) | |
tree | 6c765251eaa8fdb46b7fa761d83c81d787c8166b /src | |
parent | d7b1a2e0eedda777f3f81f8ddc30586c3738eb79 (diff) | |
download | voidsky-31a4fcc91c9a87bff84957cc23a98df6d03cc036.tar.zst |
Add bottom padding to threads
Diffstat (limited to 'src')
-rw-r--r-- | src/view/com/post-thread/PostThread.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/com/post-thread/PostThread.tsx b/src/view/com/post-thread/PostThread.tsx index d078cb8ee..bbaa4efa2 100644 --- a/src/view/com/post-thread/PostThread.tsx +++ b/src/view/com/post-thread/PostThread.tsx @@ -83,6 +83,7 @@ export const PostThread = observer(function PostThread({ onLayout={onLayout} onScrollToIndexFailed={onScrollToIndexFailed} style={{flex: 1}} + contentContainerStyle={{paddingBottom: 200}} /> ) }) |