From b59341c608ac59b0820b60b1d58d0bc2a04e5f2b Mon Sep 17 00:00:00 2001 From: Thomas Ghysels Date: Sat, 1 Jul 2023 18:13:49 +0200 Subject: [PATCH] Reduce vertical screen estate of "Create New App" on larger screens --- src/containers/apps/CreateNewApp.tsx | 34 ++++++++++++---------------- 1 file changed, 15 insertions(+), 19 deletions(-) diff --git a/src/containers/apps/CreateNewApp.tsx b/src/containers/apps/CreateNewApp.tsx index cbd6c708..4a540b97 100644 --- a/src/containers/apps/CreateNewApp.tsx +++ b/src/containers/apps/CreateNewApp.tsx @@ -33,16 +33,16 @@ class CreateNewApp extends Component< const self = this return ( - - - - -    Create A New App - - } - > + + +    Create A New App + + } + > + + {self.props.isMobile ? ( @@ -100,21 +100,17 @@ class CreateNewApp extends Component< - -
- -
- -
+ +

Or Select From

One-Click Apps/Databases
-
- -
+ + + ) } }