diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-11-06 18:04:17 +0100 |
|---|---|---|
| committer | Alexandre Flament <alex@al-f.net> | 2021-11-06 21:13:41 +0100 |
| commit | ddc2346a06bf480633d744b486bf68fea3e3fbc6 (patch) | |
| tree | cdd0ade727d345029d8730b013e531aaf7b17165 /searx/static/themes/simple/src/less/search.less | |
| parent | 1ccf296a558260e46f5b7a294807bd74285e70fc (diff) | |
[enh] simple theme: mobile layout: allow access to the preferences
when there is no query, reduce the width of the query field,
to display the preference button on the right.
Diffstat (limited to 'searx/static/themes/simple/src/less/search.less')
| -rw-r--r-- | searx/static/themes/simple/src/less/search.less | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/searx/static/themes/simple/src/less/search.less b/searx/static/themes/simple/src/less/search.less index 960e8bc9c..794958594 100644 --- a/searx/static/themes/simple/src/less/search.less +++ b/searx/static/themes/simple/src/less/search.less @@ -195,6 +195,11 @@ flex: 1; } + #main_results #q:placeholder-shown ~ #send_search { + margin-right: 2.6rem; + transition: margin-right 0.1s; + } + .search_filters { display: block; margin: 0.8em 0; |