mirror of
https://github.com/inventree/InvenTree.git
synced 2026-02-07 22:06:42 +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