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
As pointed out by the joined minimal documentation using PyData Theme, making use of:
PyData Theme
html_theme_options = { "navbar_persistent": ["search-button"], }
leads to a search button icon vertically misaligned with the other icons:
With:
html_theme_options = { "navbar_persistent": ["search-button","search-field"], }
we get:
which shows how search-button and search-field differ in terms of the vertical alignment of icons.
search-button
search-field
The text was updated successfully, but these errors were encountered:
I get the same problem.
Sorry, something went wrong.
pydata-sphinx-theme
Successfully merging a pull request may close this issue.
As pointed out by the joined minimal documentation using
PyData Theme
, making use of:leads to a search button icon vertically misaligned with the other icons:
With:
we get:
which shows how
search-button
andsearch-field
differ in terms of the vertical alignment of icons.The text was updated successfully, but these errors were encountered: