diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-11-06 21:14:12 +0100 |
|---|---|---|
| committer | Alexandre Flament <alex@al-f.net> | 2021-11-06 21:14:12 +0100 |
| commit | 67ab4d4165e659e084098825e99df6d66183f995 (patch) | |
| tree | 17c7f60e908cbcd8446e4123749003fea482aa74 /searx/static/themes/simple/css/searxng.css | |
| parent | ddc2346a06bf480633d744b486bf68fea3e3fbc6 (diff) | |
[build] /static
Diffstat (limited to 'searx/static/themes/simple/css/searxng.css')
| -rw-r--r-- | searx/static/themes/simple/css/searxng.css | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/searx/static/themes/simple/css/searxng.css b/searx/static/themes/simple/css/searxng.css index 1e9ab7f1d..cae7a11be 100644 --- a/searx/static/themes/simple/css/searxng.css +++ b/searx/static/themes/simple/css/searxng.css @@ -2516,6 +2516,10 @@ article.result-images .detail { width: auto !important; 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; @@ -3170,10 +3174,12 @@ article[data-vim-selected].category-social { margin: 2rem 0.5rem 0 0.5rem; } #linkto_preferences { - display: none; - position: fixed !important; - top: 100px; - right: 0; + top: 0.8rem; + right: 0.7rem; + } + #main_index #linkto_preferences { + top: 0.5rem; + right: 0.5rem; } #results { margin: 0; |