about summary refs log tree commit diff
path: root/src/view
diff options
context:
space:
mode:
Diffstat (limited to 'src/view')
-rw-r--r--src/view/shell/Drawer.tsx4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/view/shell/Drawer.tsx b/src/view/shell/Drawer.tsx
index a7342179d..3972797b7 100644
--- a/src/view/shell/Drawer.tsx
+++ b/src/view/shell/Drawer.tsx
@@ -224,7 +224,9 @@ let DrawerContent = ({}: {}): React.ReactNode => {
               />
             </View>
           ) : (
-            <NavSignupCard />
+            <View style={{paddingRight: 20}}>
+              <NavSignupCard />
+            </View>
           )}
 
           {hasSession ? (