Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

toggle-sidebar bug sidebar #8

Open
emircansancar opened this issue Mar 14, 2019 · 2 comments
Open

toggle-sidebar bug sidebar #8

emircansancar opened this issue Mar 14, 2019 · 2 comments

Comments

@emircansancar
Copy link

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"

@cookieshell
Copy link
Member

@emircansancar In which browser are you having this issue? I could not replicate it in the latest versions of Chrome and Firefox.

@emircansancar
Copy link
Author

@cookieshell Chrome Version 83.0.4103.97
sidebar is already visible, it is unnecessary for the toggle button to appear at this width.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants