Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Move the web composer to the top of the screen (#1282)

authored by

Paul Frazee and committed by
GitHub
a3cb12f5 b15a4350

+1 -1
+1 -1
src/view/shell/Composer.web.tsx
··· 59 59 height: '100%', 60 60 backgroundColor: '#000c', 61 61 alignItems: 'center', 62 - justifyContent: 'center', 63 62 }, 64 63 container: { 64 + marginTop: 50, 65 65 maxWidth: 600, 66 66 width: '100%', 67 67 paddingVertical: 0,