diff options
author | Eric Bailey <git@esb.lol> | 2023-12-09 17:10:53 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-09 15:10:53 -0800 |
commit | 940a627996b8f1e419f7fbcdd17496d45a892e8d (patch) | |
tree | d33145164e60305498075ddc3a0280c89305490b /src/view/com/posts/FollowingEndOfFeed.tsx | |
parent | 69a0a0bc417863608e6c5d728bdaa2bce3d2ee3a (diff) | |
download | voidsky-940a627996b8f1e419f7fbcdd17496d45a892e8d.tar.zst |
Fix empty state width (#2157)
Diffstat (limited to 'src/view/com/posts/FollowingEndOfFeed.tsx')
-rw-r--r-- | src/view/com/posts/FollowingEndOfFeed.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/com/posts/FollowingEndOfFeed.tsx b/src/view/com/posts/FollowingEndOfFeed.tsx index 6630b9a83..3f1297547 100644 --- a/src/view/com/posts/FollowingEndOfFeed.tsx +++ b/src/view/com/posts/FollowingEndOfFeed.tsx @@ -91,6 +91,7 @@ const styles = StyleSheet.create({ borderTopWidth: 1, }, inner: { + width: '100%', maxWidth: 460, }, emptyBtn: { |