diff --git a/client/source/sass/components/_torrents.scss b/client/source/sass/components/_torrents.scss index 39102290..2fe9989c 100644 --- a/client/source/sass/components/_torrents.scss +++ b/client/source/sass/components/_torrents.scss @@ -204,7 +204,7 @@ $torrent--background--error: #e95779; &--tertiary { color: $torrent--tertiary--foreground; display: block; - font-size: 0.75em; + font-size: 0.7em; margin: 1px 0; li { @@ -255,27 +255,27 @@ $torrent--background--error: #e95779; } &--completed { - width: 100px; + width: 90px; } &--uploaded { - width: 60px; + width: 55px; } &--size { - width: 60px; - } - - &--peers { - width: 60px; - } - - &--seeds { - width: 60px; + width: 55px; } &--added { - width: 90px; + width: 80px; + } + + &--peers { + width: 55px; + } + + &--seeds { + width: 55px; } &--eta { diff --git a/client/source/scripts/components/torrent-list/Torrent.js b/client/source/scripts/components/torrent-list/Torrent.js index 24bf3c35..d41c8fb8 100644 --- a/client/source/scripts/components/torrent-list/Torrent.js +++ b/client/source/scripts/components/torrent-list/Torrent.js @@ -108,6 +108,10 @@ export default class Torrent extends React.Component { {totalSize.value} {totalSize.unit} +
  • + + {addedString} +
  • {torrent.connectedPeers} of {torrent.totalPeers} @@ -116,10 +120,6 @@ export default class Torrent extends React.Component { {torrent.connectedSeeds} of {torrent.totalSeeds}
  • -
  • - - {addedString} -