Buttons not uniform in size
This commit is contained in:
@ -20,7 +20,7 @@
|
||||
"expose-loader": "0.7.3",
|
||||
|
||||
"node-sass": "4.5.0",
|
||||
"extract-text-webpack-plugin": "2.0.0",
|
||||
"extract-text-webpack-plugin": "2.0.0",
|
||||
|
||||
"babel-core": "^6.23.1",
|
||||
"babel-loader": "^6.3.0",
|
||||
|
||||
@ -50,7 +50,6 @@ class PlaylistGrid extends React.Component{
|
||||
</div>
|
||||
<div className="secondary">
|
||||
{playlist.tracks_total ? playlist.tracks_total+' tracks' : <span>0 tracks</span>}
|
||||
{playlist.can_edit ? <FontAwesome name="edit" /> : null}
|
||||
</div>
|
||||
</Link>
|
||||
)
|
||||
|
||||
@ -103,7 +103,7 @@ class Debug extends React.Component{
|
||||
<div className="field">
|
||||
<div className="name"></div>
|
||||
<div className="input">
|
||||
<button className="secondary" onClick={e => this.props.uiActions.createNotification('Test '+Math.floor(Date.now() / 1000))}>Create notification</button>
|
||||
<a className="button secondary" onClick={e => this.props.uiActions.createNotification('Test '+Math.floor(Date.now() / 1000))}>Create notification</a>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
@ -47,6 +47,7 @@ input[type="submit"] {
|
||||
text-transform: uppercase;
|
||||
font-size: 12px;
|
||||
font-weight: 800;
|
||||
box-sizing: border-box;
|
||||
|
||||
&.wide {
|
||||
min-width: 200px;
|
||||
|
||||
Reference in New Issue
Block a user