forked from zaclys/searxng
Search filters changes
Better search filters view on mobile.
This commit is contained in:
parent
97181080b7
commit
b850178d26
|
@ -164,6 +164,9 @@
|
||||||
.ltr-margin-right(0);
|
.ltr-margin-right(0);
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
.ltr-margin-left(@results-offset + 0.6rem);
|
.ltr-margin-left(@results-offset + 0.6rem);
|
||||||
|
display: flex;
|
||||||
|
overflow-x: auto;
|
||||||
|
overscroll-behavior-inline: contain;
|
||||||
|
|
||||||
select {
|
select {
|
||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
|
|
Loading…
Reference in New Issue