Slim down tabs and section headers

This commit is contained in:
Andrea Faulds 2016-11-23 21:38:34 +00:00
parent 3373ae02de
commit 4942eeed08
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ const ColumnHeader = React.createClass({
}
return (
<div onClick={this.handleClick} style={{ padding: '15px', fontSize: '16px', background: '#2f3441', flex: '0 0 auto', cursor: 'pointer' }}>
<div onClick={this.handleClick} style={{ padding: '5px', fontSize: '16px', background: '#2f3441', flex: '0 0 auto', cursor: 'pointer' }}>
{icon}
{this.props.type}
</div>

View File

@ -12,7 +12,7 @@ const outerStyle = {
const tabStyle = {
display: 'block',
flex: '1 1 auto',
padding: '10px',
padding: '5px',
color: '#fff',
textDecoration: 'none',
textAlign: 'center',