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

Missing mobile nav icon after upgrading to V2 beta from 1.3.6 #157

Closed
Ottergoose opened this issue Apr 12, 2024 · 4 comments
Closed

Missing mobile nav icon after upgrading to V2 beta from 1.3.6 #157

Ottergoose opened this issue Apr 12, 2024 · 4 comments

Comments

@Ottergoose
Copy link
Sponsor Contributor

The mobile/narrow menu .navbar-toggler button is present (I can see an element when I inspect the page, and I can click/tap on it), but the icon isn't visible. I can't see it on my desktop or mobile device.

@dirkhh
Copy link
Owner

dirkhh commented Apr 12, 2024

that's another one of the font-awesome icons. the styling framework that I used simply assumes those are there.
Need to find a replacement for that.

@Ottergoose
Copy link
Sponsor Contributor Author

Ottergoose commented Apr 12, 2024

From inspecting the page, I see there's an SVG defined locally, --mdb-navbar-toggler-icon-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http:https://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");, so would think the fallback would/could/should work, but you know those frameworks better than I do now.

@Ottergoose
Copy link
Sponsor Contributor Author

This has been resolved in one of the more recent builds, thank you @dirkhh!

@dirkhh
Copy link
Owner

dirkhh commented Apr 16, 2024

But now it can't figure out that 10 is bigger than 9🤦🏻‍♂️

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