1
0

Improve search

This new approach makes sure the input field is hidden on browsers which
ignore `display:none`, such as w3m or lynx.
This commit is contained in:
2025-05-14 14:51:49 +02:00
parent a2b355477f
commit b851a127c7
3 changed files with 19 additions and 12 deletions

View File

@ -188,7 +188,6 @@ main {
}
input.search {
display: none; // Hide for non-js browsers
box-sizing: border-box;
width: 100%;
border: 1px solid #ccc;