mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	[fix] stretching pics in "pic search"
Issue is described in: - https://github.com/searxng/searxng/issues/3915 The issue was caused bei merge of PR: - https://github.com/searxng/searxng/pull/3895 Solution: - Unset `width` for objects of class `.result-images`. Tested by `make run` and query a list of results, containing `.result` and `.result-images` objects: !images !go bäder :de Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> Closes: https://github.com/searxng/searxng/issues/3915
This commit is contained in:
		
							parent
							
								
									c96ba25f5b
								
							
						
					
					
						commit
						14fb187548
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -456,6 +456,7 @@ article[data-vim-selected].category-social {
 | 
			
		|||
  margin: 0.25rem;
 | 
			
		||||
  border: none !important;
 | 
			
		||||
  height: @results-image-row-height;
 | 
			
		||||
  width: unset;
 | 
			
		||||
 | 
			
		||||
  & > a {
 | 
			
		||||
    position: relative;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue