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)
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
1 changed files with
1 additions and
1 deletions
-
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; |
|
|
|
|