BetterMobileMenu
This commit is contained in:
Generated
+1
-1
@@ -62,7 +62,7 @@
|
|||||||
<workItem from="1679674448294" duration="3278000" />
|
<workItem from="1679674448294" duration="3278000" />
|
||||||
<workItem from="1679754546660" duration="3762000" />
|
<workItem from="1679754546660" duration="3762000" />
|
||||||
<workItem from="1679776338023" duration="11768000" />
|
<workItem from="1679776338023" duration="11768000" />
|
||||||
<workItem from="1679841996008" duration="4797000" />
|
<workItem from="1679841996008" duration="5865000" />
|
||||||
</task>
|
</task>
|
||||||
<servers />
|
<servers />
|
||||||
</component>
|
</component>
|
||||||
|
|||||||
+1
-1
@@ -3,7 +3,7 @@ var menuActive = false;
|
|||||||
function showMobileMenuBar()
|
function showMobileMenuBar()
|
||||||
{
|
{
|
||||||
if(!menuActive) {
|
if(!menuActive) {
|
||||||
document.getElementById("mobileMenuBar").style.display = "block";
|
document.getElementById("mobileMenuBar").style.display = "inline-block";
|
||||||
document.getElementById("mobileMenuBarButton").style.backgroundColor = "#B6E2A1";
|
document.getElementById("mobileMenuBarButton").style.backgroundColor = "#B6E2A1";
|
||||||
menuActive = true;
|
menuActive = true;
|
||||||
}
|
}
|
||||||
|
|||||||
+4
-2
@@ -72,9 +72,10 @@ nav > button {
|
|||||||
}
|
}
|
||||||
|
|
||||||
menu {
|
menu {
|
||||||
position: absolute;
|
|
||||||
right: 0px;
|
|
||||||
display: none;
|
display: none;
|
||||||
|
margin-top: 95px;
|
||||||
|
position: fixed;
|
||||||
|
right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@@ -139,6 +140,7 @@ Mobile
|
|||||||
{
|
{
|
||||||
background-color: #B6E2A1;
|
background-color: #B6E2A1;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
header img
|
header img
|
||||||
|
|||||||
Reference in New Issue
Block a user