smallnav should now use the "click" hand

This commit is contained in:
Thomas G 2022-08-08 08:39:22 +10:00
parent 09e4eac1de
commit 2e3507c08f
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -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');