Disallow compose navbar from being shrunk
This commit is contained in:
		
					parent
					
						
							
								312736cd1b
							
						
					
				
			
			
				commit
				
					
						aaee8c9b5d
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -16,7 +16,7 @@ const NavigationBar = React.createClass({ | ||||||
| 
 | 
 | ||||||
|   render () { |   render () { | ||||||
|     return ( |     return ( | ||||||
|       <div style={{ padding: '10px', display: 'flex', cursor: 'default' }}> |       <div style={{ padding: '10px', display: 'flex', flexShrink: '0', cursor: 'default' }}> | ||||||
|         <Permalink href={this.props.account.get('url')} to={`/accounts/${this.props.account.get('id')}`} style={{ textDecoration: 'none' }}><Avatar src={this.props.account.get('avatar')} size={40} /></Permalink> |         <Permalink href={this.props.account.get('url')} to={`/accounts/${this.props.account.get('id')}`} style={{ textDecoration: 'none' }}><Avatar src={this.props.account.get('avatar')} size={40} /></Permalink> | ||||||
| 
 | 
 | ||||||
|         <div style={{ flex: '1 1 auto', marginLeft: '8px', color: '#9baec8' }}> |         <div style={{ flex: '1 1 auto', marginLeft: '8px', color: '#9baec8' }}> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue