From 0ca9ce0f84a00bf2cabb84be52a3cdaeb7e08cd8 Mon Sep 17 00:00:00 2001
From: Abijeet <abijeetpatro@gmail.com>
Date: Sat, 2 Jun 2018 20:48:27 +0530
Subject: [PATCH] Fixes the position of the navigation toggle menu icon in
 mobile.

Signed-off-by: Abijeet <abijeetpatro@gmail.com>
---
 core/css/mobile.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/css/mobile.scss b/core/css/mobile.scss
index cfc8c002e17..239876223d5 100644
--- a/core/css/mobile.scss
+++ b/core/css/mobile.scss
@@ -67,7 +67,7 @@
 #app-navigation-toggle {
 	position: fixed;
 	display: inline-block !important;
-	top: 45px;
+	top: 50px;
 	left: 0;
 	width: 44px;
 	height: 44px;
-- 
GitLab