Move the web composer to the top of the screen (#1282)
This commit is contained in:
parent
b15a435069
commit
a3cb12f584
1 changed files with 1 additions and 1 deletions
|
@ -59,9 +59,9 @@ const styles = StyleSheet.create({
|
||||||
height: '100%',
|
height: '100%',
|
||||||
backgroundColor: '#000c',
|
backgroundColor: '#000c',
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
justifyContent: 'center',
|
|
||||||
},
|
},
|
||||||
container: {
|
container: {
|
||||||
|
marginTop: 50,
|
||||||
maxWidth: 600,
|
maxWidth: 600,
|
||||||
width: '100%',
|
width: '100%',
|
||||||
paddingVertical: 0,
|
paddingVertical: 0,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue