-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Closed
Labels
bugIssue reports a bugIssue reports a bugresolved by config changeIssue can be mitigated by the reporterIssue can be mitigated by the reporter
Description
Context
No response
Bug description
When using page icons, icon does not appear in navigation sidebar when using nested nav.
But It does appear on top navigation bar on non mobile view.
Related links
Example hosted reproduction https://bilal-fazlani.com/
Reproduction
Steps to reproduce
mkdocs yaml
nav:
- Home: index.md
- Blog:
- blog/index.md
- Projects: projects/index.md
docs/blog/index.md
---
icon: fontawesome/solid/blog
---
preview in large width
Here, the icon is displayed at two places. Makes sense.
But if we reduce the width to simulate mobile view,
The image is displayed only at one place
Browser
Chrome
Before submitting
- I have read and followed the bug reporting guidelines.
- I have attached links to the documentation, and possibly related issues and discussions.
- I assure that I have removed all customizations before submitting this bug report.
- I have attached a .zip file with a minimal reproduction.
discdiver
Metadata
Metadata
Assignees
Labels
bugIssue reports a bugIssue reports a bugresolved by config changeIssue can be mitigated by the reporterIssue can be mitigated by the reporter