Buttons not uniform in size

This commit is contained in:
James Barnsley
2017-04-04 08:32:51 +12:00
parent 73dd77cfb3
commit 64c91d1363
4 changed files with 3 additions and 3 deletions

View File

@ -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",

View File

@ -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>
)

View File

@ -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>

View File

@ -47,6 +47,7 @@ input[type="submit"] {
text-transform: uppercase;
font-size: 12px;
font-weight: 800;
box-sizing: border-box;
&.wide {
min-width: 200px;