mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-02 11:40:58 +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