diff --git a/main/windows.js b/main/windows.js index 33189df5..6ea2cbd4 100644 --- a/main/windows.js +++ b/main/windows.js @@ -80,7 +80,7 @@ function createWebTorrentHiddenWindow () { } var HEADER_HEIGHT = 37 -var TORRENT_HEIGHT = 120 +var TORRENT_HEIGHT = 110 function createMainWindow () { if (windows.main) { diff --git a/renderer/index.css b/renderer/index.css index d3e30f51..3ef86c73 100644 --- a/renderer/index.css +++ b/renderer/index.css @@ -276,7 +276,6 @@ table { } .modal label { - font-size: 16px; font-weight: bold; } @@ -434,7 +433,7 @@ input { .torrent, .torrent-placeholder { - height: 120px; + height: 110px; } .torrent:not(:last-child) { @@ -464,7 +463,7 @@ input { .torrent .buttons { position: absolute; - top: 25px; + top: 34px; right: 10px; align-items: center; display: none; @@ -547,15 +546,15 @@ input { } .torrent .name { - font-size: 1.5em; + font-size: 18px; font-weight: bold; line-height: 1.5em; } .torrent .status, .torrent .status2 { - font-size: 1em; - line-height: 1.5em; +/* font-size: 14px; + line-height: 1.5em;*/ } /* diff --git a/renderer/views/torrent-list.js b/renderer/views/torrent-list.js index 401b3494..ed4880af 100644 --- a/renderer/views/torrent-list.js +++ b/renderer/views/torrent-list.js @@ -73,7 +73,7 @@ function TorrentList (state) { if (downloaded !== total) downloaded += ` / ${total}` elements.push(hx` -
+
${getFilesLength()} ${getPeers()} ↓ ${prettyBytes(prog.downloadSpeed || 0)}/s @@ -81,7 +81,7 @@ function TorrentList (state) {
`) elements.push(hx` -
+
${progress}% ${downloaded}