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

Search button icon vertically misaligned with the other icons #1477

Closed
dbitouze opened this issue Sep 25, 2023 · 1 comment · Fixed by #1620
Closed

Search button icon vertically misaligned with the other icons #1477

dbitouze opened this issue Sep 25, 2023 · 1 comment · Fixed by #1620

Comments

@dbitouze
Copy link
Contributor

As pointed out by the joined minimal documentation using PyData Theme, making use of:

html_theme_options = {
    "navbar_persistent": ["search-button"],
}

leads to a search button icon vertically misaligned with the other icons:

image

With:

html_theme_options = {
    "navbar_persistent": ["search-button","search-field"],
}

we get:

image

which shows how search-button and search-field differ in terms of the vertical alignment of icons.

@jackshiwl
Copy link

I get the same problem.

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

Successfully merging a pull request may close this issue.

2 participants