mirror of
https://github.com/inventree/InvenTree.git
synced 2025-09-18 00:21:31 +00:00
Sidenav toggles
This commit is contained in:
@@ -5,5 +5,5 @@ function openSideNav() {
|
||||
|
||||
function closeSideNav() {
|
||||
document.getElementById("sidenav").style.width = "0";
|
||||
document.getElementById("inventree-content").style.marginLeft = "0";
|
||||
document.getElementById("inventree-content").style.marginLeft = "50px";
|
||||
}
|
Reference in New Issue
Block a user