mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
quick solve of [Bug] Search box not in center#2836
This commit is contained in:
parent
71358e9c67
commit
1bb138f0b6
1 changed files with 4 additions and 1 deletions
|
@ -123,8 +123,11 @@ button.category_button {
|
|||
}
|
||||
|
||||
#search_view {
|
||||
padding: 0.5rem 2.8rem 0 0;
|
||||
grid-area: search;
|
||||
|
||||
body.results_endpoint & {
|
||||
padding: 0.5rem 2.8rem 0 0;
|
||||
}
|
||||
}
|
||||
|
||||
.search_box {
|
||||
|
|
Loading…
Add table
Reference in a new issue