diff options
| author | Monty <aroxus@protonmail.com> | 2022-03-09 17:43:58 +0100 |
|---|---|---|
| committer | mrpaulblack <paul@paulgo.io> | 2022-03-24 22:22:45 +0100 |
| commit | 47dcf876ffbfdcbc37474f073f8df37a5c984df4 (patch) | |
| tree | 7f7e42c92a457d70efee045ef6193ff8228de474 /searx/static/themes/simple/src/less/definitions.less | |
| parent | b14ed494fb70f976cd77c47d27f29e6fb0bac670 (diff) | |
[simple theme] refactor search form
* update search input form params; inspiried by whoogle
* remove autofocus from result page input form (JS impl. as well as input param)
-> autofocus on landing page still works only on desktop and tablet with JS impl.
* update landing page margins on mobile
* rework border and radius for search form to 0.8rem and outline
* remove positioning from autocomplete JS lib and use CSS impl.
* match search box and autocomplete width
* rework search form to a google like design on mobile
* fix settings icon display withg RTL on mobile on result page when search input is empty
Diffstat (limited to 'searx/static/themes/simple/src/less/definitions.less')
| -rw-r--r-- | searx/static/themes/simple/src/less/definitions.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/static/themes/simple/src/less/definitions.less b/searx/static/themes/simple/src/less/definitions.less index 6e7dd4eb2..b21e91e90 100644 --- a/searx/static/themes/simple/src/less/definitions.less +++ b/searx/static/themes/simple/src/less/definitions.less @@ -242,7 +242,7 @@ @result-padding: 1rem; @results-image-row-height: 12rem; @results-image-row-height-phone: 6rem; -@search-width: 40rem; +@search-width: 44rem; // heigh of #search, see detail.less @search-height: 7.6rem; |