Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix empty state width (#2157)

authored by

Eric Bailey and committed by
GitHub
940a6279 69a0a0bc

+2
+1
src/view/com/posts/FollowingEmptyState.tsx
··· 89 89 paddingHorizontal: 30, 90 90 }, 91 91 inner: { 92 + width: '100%', 92 93 maxWidth: 460, 93 94 }, 94 95 iconContainer: {
+1
src/view/com/posts/FollowingEndOfFeed.tsx
··· 91 91 borderTopWidth: 1, 92 92 }, 93 93 inner: { 94 + width: '100%', 94 95 maxWidth: 460, 95 96 }, 96 97 emptyBtn: {