forked from zaclys/searxng
		
	Fix #2083
This changes the Suggestions to be a single column, not a wrapping row, changing the input to be incapable of overflowing into visually adjacent elements.
This commit is contained in:
		
							parent
							
								
									cb7b091666
								
							
						
					
					
						commit
						33d97fd01a
					
				
					 1 changed files with 5 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -532,7 +532,7 @@ article[data-vim-selected].category-social {
 | 
			
		|||
#suggestions {
 | 
			
		||||
  .wrapper {
 | 
			
		||||
    display: flex;
 | 
			
		||||
    flex-flow: row wrap;
 | 
			
		||||
    flex-flow: column;
 | 
			
		||||
    justify-content: flex-end;
 | 
			
		||||
 | 
			
		||||
    form {
 | 
			
		||||
| 
						 | 
				
			
			@ -552,6 +552,10 @@ article[data-vim-selected].category-social {
 | 
			
		|||
    background: transparent;
 | 
			
		||||
    color: var(--color-result-search-url-font);
 | 
			
		||||
    cursor: pointer;
 | 
			
		||||
    width: calc(100%);
 | 
			
		||||
    text-overflow: ellipsis;
 | 
			
		||||
    overflow: hidden;
 | 
			
		||||
    text-align: left;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  input[type="submit"],
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue