forked from zaclys/searxng
		
	fix top value for detail image on mobile
This commit is contained in:
		
							parent
							
								
									23cb7713b8
								
							
						
					
					
						commit
						1211d566b9
					
				
					 5 changed files with 6 additions and 6 deletions
				
			
		
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| 
						 | 
				
			
			@ -208,7 +208,7 @@ article.result-images .detail {
 | 
			
		|||
 | 
			
		||||
@media screen and (max-width: @tablet) {
 | 
			
		||||
  #results.image-detail-open article.result-images[data-vim-selected] .detail {
 | 
			
		||||
    top: 175px;
 | 
			
		||||
    top: 113px;
 | 
			
		||||
    .ltr-left(0);
 | 
			
		||||
 | 
			
		||||
    a.result-images-source {
 | 
			
		||||
| 
						 | 
				
			
			@ -230,7 +230,7 @@ article.result-images .detail {
 | 
			
		|||
 | 
			
		||||
@media screen and (max-width: @phone) {
 | 
			
		||||
  #results.image-detail-open article.result-images[data-vim-selected] .detail {
 | 
			
		||||
    top: 175px;
 | 
			
		||||
    top: 113px;
 | 
			
		||||
    .ltr-left(0);
 | 
			
		||||
    padding: 1rem;
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue