mirror of
				https://github.com/searxng/searxng.git
				synced 2025-11-03 19:17:07 -05: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 {
 | 
					  #pagination {
 | 
				
			||||||
    margin-top: 2rem;
 | 
					    margin: 2rem 0 0 0 !important;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  #main_results div#results {
 | 
					  #main_results div#results {
 | 
				
			||||||
@ -723,6 +723,15 @@ article.result-images[data-vim-selected]::before {
 | 
				
			|||||||
    width: inherit;
 | 
					    width: inherit;
 | 
				
			||||||
    margin: 0;
 | 
					    margin: 0;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  #backToTop {
 | 
				
			||||||
 | 
					    left: auto;
 | 
				
			||||||
 | 
					    right: 2rem;
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  #pagination {
 | 
				
			||||||
 | 
					    margin-right: 4rem;
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@media screen and (max-width: 50em) {
 | 
					@media screen and (max-width: 50em) {
 | 
				
			||||||
@ -758,7 +767,7 @@ article.result-images[data-vim-selected]::before {
 | 
				
			|||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  #pagination {
 | 
					  #pagination {
 | 
				
			||||||
    margin: 2rem 1rem 0 1rem;
 | 
					    margin: 2rem 1rem 0 1rem !important;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  .result {
 | 
					  .result {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user