mirror of
https://github.com/searxng/searxng
synced 2024-11-03 09:40:20 +00:00
[fix] backtotop and pagination on image result page
This commit is contained in:
parent
8268873701
commit
f81afed60b
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user