smallnav should now use the "click" hand
This commit is contained in:
parent
09e4eac1de
commit
2e3507c08f
|
|
@ -298,6 +298,7 @@ body {
|
|||
height: 30px;
|
||||
}
|
||||
#smallnav_open {
|
||||
cursor: pointer;
|
||||
background-image: url("https://images.rbxcdn.com/f4000b6d03a0df7153556d2514045629-navigation_10022018.svg");
|
||||
background-position: 0 0px;
|
||||
background-repeat: no-repeat;
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@
|
|||
@auth
|
||||
@switch (Auth::user()->settings->theme)
|
||||
@case(2)
|
||||
<a id="smallnav_open" href="#"></a>
|
||||
<a id="smallnav_open"></a>
|
||||
<script>
|
||||
function third() {
|
||||
document.querySelector('.smallnav').classList.toggle('invisible_navbar');
|
||||
|
|
|
|||
Loading…
Reference in New Issue