mirror of https://github.com/searxng/searxng.git
[fix] settings icon invisble on mobile devices
This commit is contained in:
parent
19383921d7
commit
98366bcf90
|
@ -123,8 +123,12 @@ button.category_button {
|
||||||
}
|
}
|
||||||
|
|
||||||
#search_view {
|
#search_view {
|
||||||
padding: 0.5rem 2.8rem 0 0;
|
padding: 0.5rem 0.3rem 0 0.5rem;
|
||||||
grid-area: search;
|
grid-area: search;
|
||||||
|
|
||||||
|
body.results_endpoint & {
|
||||||
|
padding: 0.5rem 2.8rem 0 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.search_box {
|
.search_box {
|
||||||
|
@ -229,10 +233,6 @@ html.no-js #clear_search.hide_if_nojs {
|
||||||
column-gap: @results-tablet-offset;
|
column-gap: @results-tablet-offset;
|
||||||
}
|
}
|
||||||
|
|
||||||
#search_view {
|
|
||||||
padding: 0.5rem 0.3rem 0 0.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.search_filters {
|
.search_filters {
|
||||||
margin-top: 0.6rem;
|
margin-top: 0.6rem;
|
||||||
.ltr-margin-right(0);
|
.ltr-margin-right(0);
|
||||||
|
|
Loading…
Reference in New Issue