diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-08-25 10:30:15 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-25 10:30:15 -0700 |
commit | a3cb12f584f6d55a0754fd608fb00d9b7f29e807 (patch) | |
tree | 26268e3afbc906d2d664500b31ea5fe374234035 /src | |
parent | b15a435069a4721214a542af0bd0d24c8ae2066d (diff) | |
download | voidsky-a3cb12f584f6d55a0754fd608fb00d9b7f29e807.tar.zst |
Move the web composer to the top of the screen (#1282)
Diffstat (limited to 'src')
-rw-r--r-- | src/view/shell/Composer.web.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/shell/Composer.web.tsx b/src/view/shell/Composer.web.tsx index 2effa0cca..c0da27da6 100644 --- a/src/view/shell/Composer.web.tsx +++ b/src/view/shell/Composer.web.tsx @@ -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, |