Design: smaller progress bar

This commit is contained in:
DC
2016-09-25 17:56:57 -07:00
parent 739c1f705e
commit de8a4d1160

View File

@@ -137,7 +137,7 @@ module.exports = class TorrentList extends React.Component {
}, },
progress: { progress: {
height: '8px', height: '8px',
width: '60px' width: '30px'
} }
} }
return ( return (