[theme] margin around checkboxes is bigger now, index centers the search more and the pref, stats and about page have a max-width now

This commit is contained in:
MrPaulBlack 2021-09-25 18:29:12 +02:00 committed by Markus Heiser
parent 859179f0c9
commit b6ae1f1c7a
3 changed files with 21 additions and 5 deletions

View File

@ -1,3 +1,7 @@
#main_index {
margin-top: 16em;
}
.index { .index {
text-align: center; text-align: center;
@ -17,6 +21,7 @@
margin: 0 auto; margin: 0 auto;
background: inherit; background: inherit;
border: inherit; border: inherit;
padding: 0;
} }
.search_filters { .search_filters {
@ -30,10 +35,20 @@
} }
} }
@media screen and (max-width: 75em) { @media screen and (max-width: 80em) {
div.title { div.title {
h1 { h1 {
font-size: 1em; font-size: 1em;
} }
} }
#main_index {
margin-top: 6em;
}
}
@media screen and (max-width: 50em) {
#main_index {
margin-top: 0;
}
} }

View File

@ -68,8 +68,8 @@ main {
#main_preferences, #main_preferences,
#main_about, #main_about,
#main_stats { #main_stats {
margin: 3em; margin: 2em auto;
width: auto; width: 85em;
} }
footer { footer {
@ -602,7 +602,7 @@ article.result-images[data-vim-selected]::before {
#main_preferences, #main_preferences,
#main_about, #main_about,
#main_stats { #main_stats {
margin: 0.5em; margin: 2em 0.5em;
width: auto; width: auto;
} }
@ -738,6 +738,7 @@ article.result-images[data-vim-selected]::before {
@media screen and (max-width: 50em) { @media screen and (max-width: 50em) {
#main_results div#results { #main_results div#results {
grid-template-columns: 100%; grid-template-columns: 100%;
margin: 2rem 0 0 0;
} }
article[data-vim-selected]::before { article[data-vim-selected]::before {

View File

@ -348,7 +348,7 @@ select {
width: 40px; width: 40px;
height: 10px; height: 10px;
background: #dcdcdc; background: #dcdcdc;
margin: 8px auto; margin: 8px 1rem;
position: relative; position: relative;
border-radius: 50px; border-radius: 50px;