summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAbijeet <abijeetpatro@gmail.com>2018-06-02 20:48:27 +0530
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-06-18 07:39:44 +0200
commit0ca9ce0f84a00bf2cabb84be52a3cdaeb7e08cd8 (patch)
tree46b9763ce730ddd0fbde7fc0d2c37653677fefd7
parent45db89f3e6b7b391db5f9c766f3b3ef8b4e0750a (diff)
downloadnextcloud-server-0ca9ce0f84a00bf2cabb84be52a3cdaeb7e08cd8.tar.gz
nextcloud-server-0ca9ce0f84a00bf2cabb84be52a3cdaeb7e08cd8.zip
Fixes the position of the navigation toggle menu icon in mobile.
Signed-off-by: Abijeet <abijeetpatro@gmail.com>
-rw-r--r--core/css/mobile.scss2
1 files changed, 1 insertions, 1 deletions
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;