forked from zaclys/searxng
debug style for mobile
+ build
This commit is contained in:
parent
87d3112265
commit
2e5e5be7d9
6 changed files with 9 additions and 12 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue