We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On content object pages, the navigation logo does not respect _fillNavHeight unless it's set on the content object itself.
_fillNavHeight
"_navigationLogo": { "_isEnabled": true, "_fillNavHeight": true },
I assume that we do not want to make this a content object level property, so it should be using the value set in course.json.
"_fillNavHeight": true
Logo heights should be uniform on the menu and content objects.
The text was updated successfully, but these errors were encountered:
Fix: Inherit _fillNavHeight on content objects, change height calcula…
101670a
…tion to use --adapt-navigation-height (fixes #22)
Chore(release): 3.1.2 [skip ci]
3ff88fd
## [3.1.2](v3.1.1...v3.1.2) (2024-02-01) ### Fix * Inherit _fillNavHeight on content objects, change height calculation to use --adapt-navigation-height (fixes #22) ([101670a](101670a)), closes [#22](#22)
🎉 This issue has been resolved in version 3.1.2 🎉
The release is available on GitHub release
Your semantic-release bot 📦🚀
Sorry, something went wrong.
swashbuck
Successfully merging a pull request may close this issue.
Subject of the issue
On content object pages, the navigation logo does not respect
_fillNavHeight
unless it's set on the content object itself.I assume that we do not want to make this a content object level property, so it should be using the value set in course.json.
Steps to reproduce
"_fillNavHeight": true
Expected behaviour
Logo heights should be uniform on the menu and content objects.
The text was updated successfully, but these errors were encountered: