[Glitch] Fix left side of single column layout being cropped on smaller screens
Port bd3e1b383e to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
			
			
This commit is contained in:
		
							parent
							
								
									69bcef3525
								
							
						
					
					
						commit
						150a9f09d0
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -25,6 +25,7 @@ | ||||||
|       pointer-events: none; |       pointer-events: none; | ||||||
|       display: flex; |       display: flex; | ||||||
|       justify-content: flex-end; |       justify-content: flex-end; | ||||||
|  |       min-width: 285px; | ||||||
| 
 | 
 | ||||||
|       &--start { |       &--start { | ||||||
|         justify-content: flex-start; |         justify-content: flex-start; | ||||||
|  | @ -42,6 +43,7 @@ | ||||||
|       box-sizing: border-box; |       box-sizing: border-box; | ||||||
|       width: 100%; |       width: 100%; | ||||||
|       max-width: 600px; |       max-width: 600px; | ||||||
|  |       flex: 0 0 auto; | ||||||
|       display: flex; |       display: flex; | ||||||
|       flex-direction: column; |       flex-direction: column; | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue