diff --git a/src/view/com/post-thread/PostThread.tsx b/src/view/com/post-thread/PostThread.tsx index 6730c8f72e..c441298dc7 100644 --- a/src/view/com/post-thread/PostThread.tsx +++ b/src/view/com/post-thread/PostThread.tsx @@ -309,7 +309,7 @@ function PostThreadLoaded({ ) } else if (item === CHILD_SPINNER) { return ( - + ) @@ -554,6 +554,8 @@ const styles = StyleSheet.create({ paddingVertical: 18, }, childSpinner: { + borderTopWidth: 1, + paddingTop: 40, paddingBottom: 200, }, })