mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-31 18:32:25 -05:00 
			
		
		
		
	[bugfix] change page width to prevent scrollbar overflow (#1182)
This commit is contained in:
		
					parent
					
						
							
								cfa8d7900c
							
						
					
				
			
			
				commit
				
					
						a1dda22672
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -60,7 +60,7 @@ body { | ||||||
| 	display: grid; | 	display: grid; | ||||||
| 	min-height: 100%; | 	min-height: 100%; | ||||||
| 	min-width: 100%; | 	min-width: 100%; | ||||||
| 	width: 100vw; | 	width: 100%; | ||||||
| 
 | 
 | ||||||
| 	grid-template-columns: auto minmax(auto, 90ch) auto; | 	grid-template-columns: auto minmax(auto, 90ch) auto; | ||||||
| 	grid-template-columns: auto min(92%, 90ch) auto; | 	grid-template-columns: auto min(92%, 90ch) auto; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue