Fix style regressions (#3062)
From #2327 - Elephant friend was overlapping with text, oversized in single column layout From #2021 - Centered layout goes against design principles, changes UX for everybody who's already used to the current one From #2271 - CPU/RAM overusage from keeping columns in DOM (fix #2648, possibly also #2101)
This commit is contained in:
		
					parent
					
						
							
								0a110d07b6
							
						
					
				
			
			
				commit
				
					
						a588358f41
					
				
			
		
					 3 changed files with 8 additions and 148 deletions
				
			
		|  | @ -1312,23 +1312,6 @@ | |||
|   } | ||||
| } | ||||
| 
 | ||||
| @media screen and (min-width: 1397px) { /* Width of 4 columns with margins */ | ||||
|   .columns-area { | ||||
|     margin-left: auto; | ||||
|     margin-right: auto; | ||||
|   } | ||||
| } | ||||
| 
 | ||||
| @media screen and (min-width: 1900px) { | ||||
|   .column, | ||||
|   .drawer { | ||||
|     width: 400px; | ||||
|     border-radius: 4px; | ||||
|     height: 96vh; | ||||
|     margin-top: 2vh; | ||||
|   } | ||||
| } | ||||
| 
 | ||||
| .drawer__pager { | ||||
|   box-sizing: border-box; | ||||
|   padding: 0; | ||||
|  | @ -1772,7 +1755,7 @@ | |||
| .getting-started { | ||||
|   box-sizing: border-box; | ||||
|   padding-bottom: 235px; | ||||
|   background: url('../images/mastodon-getting-started.png') no-repeat 0 100% / contain local; | ||||
|   background: url('../images/mastodon-getting-started.png') no-repeat 0 100%; | ||||
|   flex: 1 0 auto; | ||||
| 
 | ||||
|   p { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue