[fix] backtotop and pagination on image result page

This commit is contained in:
MrPaulBlack 2021-09-27 13:46:40 +02:00
parent 8268873701
commit f81afed60b

View file

@ -684,7 +684,7 @@ article.result-images[data-vim-selected]::before {
}
#pagination {
margin-top: 2rem;
margin: 2rem 0 0 0 !important;
}
#main_results div#results {
@ -723,6 +723,15 @@ article.result-images[data-vim-selected]::before {
width: inherit;
margin: 0;
}
#backToTop {
left: auto;
right: 2rem;
}
#pagination {
margin-right: 4rem;
}
}
@media screen and (max-width: 50em) {
@ -758,7 +767,7 @@ article.result-images[data-vim-selected]::before {
}
#pagination {
margin: 2rem 1rem 0 1rem;
margin: 2rem 1rem 0 1rem !important;
}
.result {