about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEric Bailey <git@esb.lol>2023-12-09 17:10:53 -0600
committerGitHub <noreply@github.com>2023-12-09 15:10:53 -0800
commit940a627996b8f1e419f7fbcdd17496d45a892e8d (patch)
treed33145164e60305498075ddc3a0280c89305490b
parent69a0a0bc417863608e6c5d728bdaa2bce3d2ee3a (diff)
downloadvoidsky-940a627996b8f1e419f7fbcdd17496d45a892e8d.tar.zst
Fix empty state width (#2157)
-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: {