about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-08-25 10:30:15 -0700
committerGitHub <noreply@github.com>2023-08-25 10:30:15 -0700
commita3cb12f584f6d55a0754fd608fb00d9b7f29e807 (patch)
tree26268e3afbc906d2d664500b31ea5fe374234035
parentb15a435069a4721214a542af0bd0d24c8ae2066d (diff)
downloadvoidsky-a3cb12f584f6d55a0754fd608fb00d9b7f29e807.tar.zst
Move the web composer to the top of the screen (#1282)
-rw-r--r--src/view/shell/Composer.web.tsx2
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,