forked from zaclys/searxng
parent
87d3112265
commit
2e5e5be7d9
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
|
@ -295,7 +295,7 @@ html.no-js #clear_search.hide_if_nojs {
|
|||
display: block;
|
||||
background-color: var(--color-search-background);
|
||||
position: absolute;
|
||||
top: 0;
|
||||
top: 150px;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
z-index: 10000;
|
||||
|
|
|
@ -1026,13 +1026,10 @@ summary.title {
|
|||
}
|
||||
|
||||
#main_index,
|
||||
#main_results {
|
||||
margin-top: 12.2rem;
|
||||
}
|
||||
|
||||
#main_results,
|
||||
#main_preferences,
|
||||
#main_info {
|
||||
margin-top: 12rem;
|
||||
margin-top: 175px;
|
||||
}
|
||||
|
||||
#main_results div#results {
|
||||
|
@ -1041,12 +1038,12 @@ summary.title {
|
|||
}
|
||||
|
||||
#links_on_top {
|
||||
top: 10.5rem;
|
||||
top: 152px;
|
||||
.ltr-right(0.7rem);
|
||||
}
|
||||
|
||||
#main_index #links_on_top {
|
||||
top: 10.5rem;
|
||||
top: 152px;
|
||||
.ltr-right(0.5rem);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue