sphinx icon indicating copy to clipboard operation
sphinx copied to clipboard

Remove heading from search box in sphinx13 style

Open timhoffm opened this issue 3 years ago • 2 comments

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):

grafik grafik

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.

timhoffm avatar Aug 28 '22 11:08 timhoffm

Seems useful, thank you.

A

AA-Turner avatar Aug 28 '22 15:08 AA-Turner

👍 I will put up a PR in a couple of days.

timhoffm avatar Aug 28 '22 16:08 timhoffm