Replace inline styles with stylesheet (#3115)
This commit is contained in:
		
							parent
							
								
									550863198c
								
							
						
					
					
						commit
						b8b7b506a2
					
				
					 13 changed files with 122 additions and 55 deletions
				
			
		|  | @ -133,7 +133,7 @@ class UI extends React.PureComponent { | |||
|           <Compose withHeader={true} /> | ||||
|           <HomeTimeline shouldUpdateScroll={noOp} /> | ||||
|           <Notifications shouldUpdateScroll={noOp} /> | ||||
|           <div style={{display: 'flex', flex: '1 1 auto', position: 'relative'}}>{children}</div> | ||||
|           <div className="column__wrapper">{children}</div> | ||||
|         </ColumnsArea> | ||||
|       ); | ||||
|     } | ||||
|  |  | |||
		Reference in a new issue