UI: Reduce font size, list item height

- Reduce torrent list item from 120px to 110px height
- Vertically center torrent list buttons
- Reduce font sizes (torrent list, modal labels)
This commit is contained in:
Feross Aboukhadijeh
2016-05-11 20:49:41 +02:00
parent 95019453fd
commit 0b1872fa28
3 changed files with 8 additions and 9 deletions

View File

@@ -80,7 +80,7 @@ function createWebTorrentHiddenWindow () {
}
var HEADER_HEIGHT = 37
var TORRENT_HEIGHT = 120
var TORRENT_HEIGHT = 110
function createMainWindow () {
if (windows.main) {