@@ -109,4 +109,8 @@ let closeMenu = ()=>{
document.getElementById("mobileMenuSelector").onclick = ()=>{openMenu()};
}
+if(window.screen.availWidth > 1000 && window.screen.availWidth <= 1400){
+ changeMenu();
+ document.getElementById("menuShifter2").style.display = "none";
+}
homeStrandObj.display();
@@ -26,7 +26,7 @@
<img class="menuLogoMin" src="/shared/images/logo.png" alt="The Subline">
</a>
- <button onclick="changeMenu()">≡</button>
+ <button id="menuShifter2" onclick="changeMenu()">≡</button>
</div>
<button id="homeBtn" class="active" onclick="changeStrand('homeStrand')">
@@ -627,6 +627,12 @@ New Transaction
overflow-y: auto;
+@media screen and (max-width: 1400px){
+ .sidebar{
+ width: 30vw;
+ }
+
@media screen and (max-width: 1000px){
.sidebar{
width: 100vw;