[build] /static

This commit is contained in:
Alexandre Flament 2021-10-29 20:24:30 +02:00
parent 0650e73b12
commit 7bfaf42e4b
9 changed files with 16 additions and 14 deletions

View File

@ -2193,7 +2193,7 @@ article.result-images .detail {
} }
} }
#main_index { #main_index {
margin-top: 24vh; margin-top: 26vh;
} }
#main_index #linkto_preferences { #main_index #linkto_preferences {
right: 1.8rem; right: 1.8rem;
@ -2202,13 +2202,14 @@ article.result-images .detail {
text-align: center; text-align: center;
} }
.index .title { .index .title {
background: url('../img/searx.png') no-repeat; background: url('../img/searxng.png') no-repeat;
width: 100%; min-height: 4rem;
min-height: 80px; margin: 4rem auto;
background-position: center; background-position: center;
background-size: contain;
} }
.index h1 { .index h1 {
font-size: 5em; font-size: 4em;
visibility: hidden; visibility: hidden;
} }
.index #search { .index #search {
@ -2635,8 +2636,8 @@ footer p {
} }
#main_preferences h1, #main_preferences h1,
#main_stats h1 { #main_stats h1 {
background: url('../img/searx.png') no-repeat; background: url('../img/searxng.png') no-repeat;
background-size: auto 75%; background-size: contain;
min-height: 40px; min-height: 40px;
margin: 0 auto; margin: 0 auto;
} }

View File

@ -2193,7 +2193,7 @@ article.result-images .detail {
} }
} }
#main_index { #main_index {
margin-top: 24vh; margin-top: 26vh;
} }
#main_index #linkto_preferences { #main_index #linkto_preferences {
right: 1.8rem; right: 1.8rem;
@ -2202,13 +2202,14 @@ article.result-images .detail {
text-align: center; text-align: center;
} }
.index .title { .index .title {
background: url('../img/searx.png') no-repeat; background: url('../img/searxng.png') no-repeat;
width: 100%; min-height: 4rem;
min-height: 80px; margin: 4rem auto;
background-position: center; background-position: center;
background-size: contain;
} }
.index h1 { .index h1 {
font-size: 5em; font-size: 4em;
visibility: hidden; visibility: hidden;
} }
.index #search { .index #search {
@ -2635,8 +2636,8 @@ footer p {
} }
#main_preferences h1, #main_preferences h1,
#main_stats h1 { #main_stats h1 {
background: url('../img/searx.png') no-repeat; background: url('../img/searxng.png') no-repeat;
background-size: auto 75%; background-size: contain;
min-height: 40px; min-height: 40px;
margin: 0 auto; margin: 0 auto;
} }

Binary file not shown.