-
Notifications
You must be signed in to change notification settings - Fork 329
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
fix: border in search field #1631
Conversation
When hovering over the search field, the 2px border makes it expand and take up more space, causing the content around it to be shifted. Using an outline, the search field doesn't use additional space.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ping @gabalafou, this seems like something in your wheelhouse --- you may have even already done this on the |
Correct. It should be fixed in #1564. For some reason the latest Read the Docs preview build failed, but you can verify the fix in the last successful Read the Docs build |
While I appreciate work done in this PR to improve the theme, I would prefer if we do not merge this code because Bootstrap uses |
Oh! I didn't see your PR before. Your fix looks better, kudos! I will close this one. |
@gabalafou do we have a list of items to get into the |
There are 3 remaining PRs waiting be merged into the feature-focus branch. Once those are merged, and any failing checks are addressed, then the whole PR (#1564) will be ready for review. Review should hopefully be swift, as all of the code in the PR already went through one round of review. I'm thinking that review would be giving the whole set of code changes a high-level scan, as well as some spot checking against the preview build. |
Amazing - that sounds like a good plan to me.
I agree with this take - IMO it's already been vetted through your numerous PRs already, so there should be a quick pass for any really obvious regressions, but if nothing obvious pops out we just merge it and iterate from there. |
When hovering over the search field, the 2px border makes it expand and take up more space, causing the content around it to be shifted.
Using an outline, the search field doesn't use additional space.
This is more noticiable in sites like https://sphinx-book-theme.readthedocs.io/