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:
@@ -80,7 +80,7 @@ function createWebTorrentHiddenWindow () {
|
||||
}
|
||||
|
||||
var HEADER_HEIGHT = 37
|
||||
var TORRENT_HEIGHT = 120
|
||||
var TORRENT_HEIGHT = 110
|
||||
|
||||
function createMainWindow () {
|
||||
if (windows.main) {
|
||||
|
||||
Reference in New Issue
Block a user