Browse Source

Fixes the position of the navigation toggle menu icon in mobile.

Signed-off-by: Abijeet <abijeetpatro@gmail.com>
pull/9717/head
Abijeet 8 years ago
committed by John Molakvoæ (skjnldsv)
parent
commit
0ca9ce0f84
No known key found for this signature in database GPG Key ID: 60C25B8C072916CF
  1. 2
      core/css/mobile.scss

2
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;

Loading…
Cancel
Save