mirror of
https://github.com/mastodon/mastodon.git
synced 2025-07-15 08:48:15 +00:00
Slim down tabs and section headers
This commit is contained in:
parent
3373ae02de
commit
4942eeed08
|
@ -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>
|
||||
|
|
|
@ -12,7 +12,7 @@ const outerStyle = {
|
|||
const tabStyle = {
|
||||
display: 'block',
|
||||
flex: '1 1 auto',
|
||||
padding: '10px',
|
||||
padding: '5px',
|
||||
color: '#fff',
|
||||
textDecoration: 'none',
|
||||
textAlign: 'center',
|
||||
|
|
Loading…
Reference in New Issue
Block a user