sphinx
sphinx copied to clipboard
Remove heading from search box in sphinx13 style
The heading takes extra space and adds a bit of clutter. Since the only element in the section is the input field we can as well only show the input field and use the placeholder to spell out "Search".
Current (left) / suggestion (right):

Since the search box is a component (searchbox.html), which may need to stay as is for compatibility, I suggest to introduce a new reduced component (e.g. searchfield.html) and use that for sphinx13.
Let me know what you think. I can come up with a PR if there is interest for it.
Seems useful, thank you.
A
👍 I will put up a PR in a couple of days.