This commit is contained in:
2020-05-11 06:11:33 +03:00
commit 6784cecf5e
20 changed files with 824 additions and 0 deletions

View File

@ -0,0 +1,11 @@
@media (max-width: 768px) {
.layout-cell.layout-sidenav-container.wms-menu {
display: none;
}
.sidenav-tree-root .sidenav-tree .back-link.wms-menu-back-link {
display: block !important;
}
.layout-cell.layout-sidenav-container ~ .layout-cell.sidenav-tree {
border: none;
}
}