Fix for sidebar collapse/expand and window resizing

This commit is contained in:
Deon George
2019-05-16 11:15:49 +10:00
parent c406c35ff7
commit 70a7142877
2 changed files with 15 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
@include('adminlte::layouts.partials.htmlheader')
@show
<body class="hold-transition sidebar-mini">
<body class="hold-transition sidebar-mini @if (Cookie::get('toggleState') === 'closed') {{ 'sidebar-collapse' }} @endif">
<div id="app">
<div class="wrapper">
@include('adminlte::layouts.partials.mainheader')