sidebar-mini stable now

This commit is contained in:
Daniel
2023-02-06 21:18:45 +05:30
parent a5a1463237
commit c84fedbff5
2 changed files with 88 additions and 1 deletions

View File

@@ -155,7 +155,9 @@ class PushMenu {
if (widthOutput >= Defaults.onLayouMobile) {
bodyClass.remove(CLASS_NAME_LAYOUT_MOBILE)
this.expand()
if (!bodyClass.contains(CLASS_NAME_SIDEBAR_MINI)) {
this.expand()
}
}
}