diff --git a/web/src/components/TorrentCard/index.jsx b/web/src/components/TorrentCard/index.jsx index f4dad28..d216729 100644 --- a/web/src/components/TorrentCard/index.jsx +++ b/web/src/components/TorrentCard/index.jsx @@ -116,7 +116,7 @@ const Torrent = ({ torrent }) => {
-
{t('Size')}
+
{t('Size')}
{torrentSize > 0 && humanizeSize(torrentSize)}
@@ -195,9 +195,9 @@ export const StatusIndicator = ({ stat }) => { } return ( -
+ -
+ ) } diff --git a/web/src/components/TorrentCard/style.js b/web/src/components/TorrentCard/style.js index 1f2d2a1..16cf348 100644 --- a/web/src/components/TorrentCard/style.js +++ b/web/src/components/TorrentCard/style.js @@ -127,6 +127,14 @@ export const TorrentCardDescription = styled.div` } } + .description-status-wrapper { + display: inline-block; + height: 8px; + margin-inline-end: 4px; + margin-bottom: 4px; + vertical-align: middle; + } + .description-torrent-title { overflow: auto; word-break: break-all;