mirror of
https://github.com/searxng/searxng.git
synced 2026-05-25 12:24:31 +02:00
[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.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user