Merge pull request #2066 from ahmad-alkadri/fix/ui-shifted-engines
Fix: wrapping list of engines in flex-wrap to prevent them being shifted
This commit is contained in:
		
						commit
						a98c5156bd
					
				| @ -165,3 +165,4 @@ features or generally made searx better: | ||||
| - Paul Alcock @Guilvareux | ||||
| - Sam A. `<https://samsapti.dev>`_ | ||||
| - @XavierHorwood | ||||
| - Ahmad Alkadri `<https://github.com/ahmad-alkadri>`_ | ||||
										
											
												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
											
										
									
								
							| @ -403,6 +403,9 @@ article[data-vim-selected].category-social { | ||||
| 
 | ||||
| .engines { | ||||
|   .ltr-float-right(); | ||||
|   display: flex; | ||||
|   flex-wrap: wrap; | ||||
|   justify-content: flex-end; | ||||
|   color: var(--color-result-engines-font); | ||||
| 
 | ||||
|   span { | ||||
| @ -834,6 +837,9 @@ article[data-vim-selected].category-social { | ||||
| 
 | ||||
|     .engines { | ||||
|       .ltr-float-right(); | ||||
|       display: flex; | ||||
|       flex-wrap: wrap; | ||||
|       justify-content: flex-end; | ||||
|       padding: 0 0 3px 0; | ||||
|     } | ||||
|   } | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Markus Heiser
						Markus Heiser