left menu pinned updated

This commit is contained in:
batuhanbas
2020-03-03 18:23:26 +03:00
parent e609da7903
commit f09c901073
6 changed files with 12 additions and 4 deletions

View File

@ -16,6 +16,10 @@
<!-- Argon -->
<script type="text/javascript">
if(window.screen.width<576) {
resolution = document.getElementById("leftMenu").classList.remove("g-sidenav-pinned");
}
'use strict';
var Layout = (function() {