Make profile header scroll along with contents. AccountTimeline, Followers and Following are no longer
nested inside a common parent (<Account>), instead they all embed <HeaderContainer />
This commit is contained in:
		
							parent
							
								
									a2a85e8549
								
							
						
					
					
						commit
						f21e7d6ac0
					
				
					 14 changed files with 230 additions and 182 deletions
				
			
		|  | @ -169,12 +169,6 @@ | |||
|   } | ||||
| } | ||||
| 
 | ||||
| @media screen and (max-height: 480px) { | ||||
|   .account__header__avatar, .account__header .account__header__content { | ||||
|     display: none; | ||||
|   } | ||||
| } | ||||
| 
 | ||||
| .account__header__content { | ||||
|   word-wrap: break-word; | ||||
|   font-weight: 400; | ||||
|  |  | |||
		Reference in a new issue