debug style for mobile

+ build
This commit is contained in:
MatthieuBarbu 2023-09-05 09:45:44 +02:00
parent 87d3112265
commit 2e5e5be7d9
6 changed files with 9 additions and 12 deletions

View file

@ -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;

View file

@ -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);
}