Skip to content

Commit

Permalink
Move the web composer to the top of the screen (#1282)
Browse files Browse the repository at this point in the history
  • Loading branch information
pfrazee authored Aug 25, 2023
1 parent b15a435 commit a3cb12f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view/shell/Composer.web.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ const styles = StyleSheet.create({
height: '100%',
backgroundColor: '#000c',
alignItems: 'center',
justifyContent: 'center',
},
container: {
marginTop: 50,
maxWidth: 600,
width: '100%',
paddingVertical: 0,
Expand Down

0 comments on commit a3cb12f

Please sign in to comment.