forked from zaclys/searxng
		
	[simple] switch to the tablet layout at 79.75em
The previous value was 80em (1280px). Some desktop screens have this resolution, and tablet layout takes too much space in this configuration This PR switch to the table layout for screen width strictly below 1280px. Close https://github.com/searxng/searxng/issues/874
This commit is contained in:
		
							parent
							
								
									e2ba347669
								
							
						
					
					
						commit
						8ffbaa086a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -244,7 +244,7 @@ | |||
| 
 | ||||
| /// Device Size | ||||
| /// @desktop > @tablet | ||||
| @tablet: 80em; | ||||
| @tablet: 79.75em;  // see https://github.com/searxng/searxng/issues/874 | ||||
| @phone: 50em; | ||||
| @small-phone: 35em; | ||||
| @ultra-small-phone: 20rem; | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Alexandre FLAMENT
						Alexandre FLAMENT