about summary refs log tree commit diff
path: root/src/view
diff options
context:
space:
mode:
Diffstat (limited to 'src/view')
-rw-r--r--src/view/com/posts/FollowingEmptyState.tsx1
-rw-r--r--src/view/com/posts/FollowingEndOfFeed.tsx1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/view/com/posts/FollowingEmptyState.tsx b/src/view/com/posts/FollowingEmptyState.tsx
index 61a27e48e..aac29603d 100644
--- a/src/view/com/posts/FollowingEmptyState.tsx
+++ b/src/view/com/posts/FollowingEmptyState.tsx
@@ -89,6 +89,7 @@ const styles = StyleSheet.create({
     paddingHorizontal: 30,
   },
   inner: {
+    width: '100%',
     maxWidth: 460,
   },
   iconContainer: {
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: {