-
Notifications
You must be signed in to change notification settings - Fork 234
Open
Description
When the page in the toggle-sidebar class is reduced, the element that is clicked to open the sidebar also appears without a complete shrinkage. I guess these lines should be corrected.
<nav class="nav"> <a href="#" class="nav-link nav-link-icon toggle-sidebar d-sm-inline d-md-none text-center border-left" data-toggle="collapse" data-target=".header-navbar" aria-expanded="false" aria-controls="header-navbar"> <i class="material-icons"></i> </a> </nav>
"d-md-inline d-lg-none
" replace "d-sm-inline d-md-none
"
Metadata
Metadata
Assignees
Labels
No labels