Commit 7f20f85f319d94247c0ae1fefcdd50fc64f6087e
1 parent
d900938593
Exists in
master
and in
1 other branch
move troublesome hamburger menu
Showing 1 changed file with 3 additions and 1 deletions Side-by-side Diff
home.html
View file @
7f20f85
... | ... | @@ -11,6 +11,8 @@ |
11 | 11 | rel='stylesheet' type='text/css'> |
12 | 12 | </head> |
13 | 13 | <header> |
14 | + <a href="#" style="position:absolute;top:0;left:0;" data-activates="sidebar" class="button-collapse"><i | |
15 | + class="medium mdi-navigation-menu"></i></a> | |
14 | 16 | <ul ng-show="isLoggedIn" id="sidebar" class="side-nav fixed"> |
15 | 17 | <li class="logo"><a href="//flashy.cards/" id="logo-container"> |
16 | 18 | |
... | ... | @@ -40,7 +42,7 @@ |
40 | 42 | <li class="bold"><a ui-sref="study">Study</a></li> |
41 | 43 | <li class="bold"><a ui-sref="logout">Logout</a></li> |
42 | 44 | </ul> |
43 | - <a href="#" data-activates="sidebar" class="button-collapse"><i class="medium mdi-navigation-menu"></i></a> | |
45 | + | |
44 | 46 | </header> |
45 | 47 | <body ng-controller="RootController"> |
46 | 48 |