diff --git a/source/sass/objects/_torrents.scss b/source/sass/objects/_torrents.scss index 182ddfa8..13400817 100644 --- a/source/sass/objects/_torrents.scss +++ b/source/sass/objects/_torrents.scss @@ -52,11 +52,11 @@ &--primary, &--secondary { - flex: 1; + vertical-align: middle; } &--primary { - flex: 1; + flex: 2; .torrent & { color: $torrent--primary--foreground; @@ -67,11 +67,12 @@ &--secondary { display: flex; - flex: 2; + flex: 3; font-size: 0.85em; &--sub { - flex: 1; + padding: 0 2px; + vertical-align: middle; } .unit { @@ -82,6 +83,22 @@ } + &--speed, + &--eta, + &--ratio, + &--peers, + &--seeds { + flex: 1; + } + + &--size { + flex: 1.5; + } + + &--completed{ + flex: 2.5; + } + label { display: block; } diff --git a/source/scripts/components/torrent-list/Torrent.js b/source/scripts/components/torrent-list/Torrent.js index 4e892aea..2b76709c 100644 --- a/source/scripts/components/torrent-list/Torrent.js +++ b/source/scripts/components/torrent-list/Torrent.js @@ -80,18 +80,18 @@ var Torrent = React.createClass({