diff options
| author | MrPaulBlack <paul@paulgo.io> | 2021-11-11 22:28:09 +0100 |
|---|---|---|
| committer | MrPaulBlack <paul@paulgo.io> | 2021-11-11 22:28:09 +0100 |
| commit | 9badec0260b1a390d6b23d29b41351a33e6a5411 (patch) | |
| tree | 9bd24db69e13faa168cf104bdcb84f77326f161e /searx/static/themes/simple/css/searxng.css | |
| parent | a80b5dc110ed1a2bd708cdb8c3d41a28cac79e00 (diff) | |
[build] /static
Diffstat (limited to 'searx/static/themes/simple/css/searxng.css')
| -rw-r--r-- | searx/static/themes/simple/css/searxng.css | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/searx/static/themes/simple/css/searxng.css b/searx/static/themes/simple/css/searxng.css index cae7a11be..554815c1b 100644 --- a/searx/static/themes/simple/css/searxng.css +++ b/searx/static/themes/simple/css/searxng.css @@ -2513,7 +2513,7 @@ article.result-images .detail { flex-direction: row; } #q { - width: auto !important; + width: 100%; flex: 1; } #main_results #q:placeholder-shown ~ #send_search { @@ -2536,6 +2536,14 @@ article.result-images .detail { padding: 10px !important; } } +@media screen and (max-width: 20rem) { + #search { + grid-template-areas: "search search" "categories categories"; + } + #search_logo { + display: none; + } +} #categories { margin: 0 10px 0 0; -webkit-touch-callout: none; |