mirror of
https://github.com/searxng/searxng.git
synced 2025-12-29 07:00:02 +00:00
[refactor] search.js: use custom auto completion implementation
The previously used library is unmaintained for 6 years now [1] and the solution had know issues [2][3] [1] https://github.com/searxng/searxng/pull/4284#discussion_r1954493434 [2] https://github.com/searxng/searxng/pull/4318#issuecomment-2731576657 [3] https://github.com/privau/searxng/issues/56
This commit is contained in:
@@ -131,7 +131,7 @@ button.category_button {
|
||||
}
|
||||
|
||||
#search_view {
|
||||
padding: 0.5rem 0.3rem 0 0.5rem;
|
||||
padding: 0.5rem @search-padding-horizontal 0 @search-padding-horizontal;
|
||||
grid-area: search;
|
||||
|
||||
body.results_endpoint & {
|
||||
@@ -141,7 +141,8 @@ button.category_button {
|
||||
|
||||
.search_box {
|
||||
border-radius: 0.8rem;
|
||||
width: @search-width;
|
||||
width: 100%;
|
||||
max-width: @search-width;
|
||||
display: inline-flex;
|
||||
flex-direction: row;
|
||||
white-space: nowrap;
|
||||
@@ -291,8 +292,7 @@ html.no-js #clear_search.hide_if_nojs {
|
||||
}
|
||||
|
||||
.search_box {
|
||||
width: 98%;
|
||||
display: flex;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#q {
|
||||
|
||||
Reference in New Issue
Block a user