mirror of
https://github.com/grocy/grocy.git
synced 2025-08-16 10:44:37 +00:00
Various small layout adjustments
This commit is contained in:
@@ -12,10 +12,12 @@ $("#sidenavToggler").click(function(e)
|
||||
if ($("body").hasClass("sidenav-toggled"))
|
||||
{
|
||||
window.localStorage.setItem("sidebar_state", "collapsed");
|
||||
$(".container-fluid").removeClass("pl-md-3");
|
||||
}
|
||||
else
|
||||
{
|
||||
window.localStorage.setItem("sidebar_state", "expanded");
|
||||
$(".container-fluid").addClass("pl-md-3");
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user