diff options
-rw-r--r-- | src/view/com/post-thread/PostThread.tsx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/view/com/post-thread/PostThread.tsx b/src/view/com/post-thread/PostThread.tsx index c53c2686c..378ef5028 100644 --- a/src/view/com/post-thread/PostThread.tsx +++ b/src/view/com/post-thread/PostThread.tsx @@ -439,5 +439,7 @@ const styles = StyleSheet.create({ parentSpinner: { paddingVertical: 10, }, - childSpinner: {}, + childSpinner: { + paddingBottom: 200, + }, }) |