forked from zaclys/searxng
fix searchbox for mobile + build
This commit is contained in:
parent
9dfab9292e
commit
55fd4d4a7f
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -123,11 +123,11 @@ button.category_button {
|
|||
}
|
||||
|
||||
#search_view {
|
||||
padding: 0.5rem 2.8rem 0 0;
|
||||
padding: 0.5rem 0.3rem 0 0.5rem;
|
||||
grid-area: search;
|
||||
|
||||
body.results_endpoint & {
|
||||
padding: 0.5rem 2.8rem 0 0;
|
||||
padding: 0.5rem 0.3rem 0 0.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue