From a3cb12f584f6d55a0754fd608fb00d9b7f29e807 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Fri, 25 Aug 2023 10:30:15 -0700 Subject: Move the web composer to the top of the screen (#1282) --- src/view/shell/Composer.web.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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, -- cgit 1.4.1