Fix default torrents

Big Buck Bunny playable now, files show correctly even before the user starts torrenting
This commit is contained in:
DC
2016-03-21 01:45:57 -07:00
parent 720c9f4625
commit d520a9e4bc
9 changed files with 87 additions and 36 deletions

View File

@@ -545,6 +545,10 @@ body.drag .torrent-placeholder span {
border-spacing: 0;
}
.torrent-details tr {
height: 28px;
}
.torrent-details tr:hover,
.torrent-details .open-folder:hover {
background-color: rgba(200, 200, 200, 0.3);
@@ -553,6 +557,7 @@ body.drag .torrent-placeholder span {
.torrent-details td {
overflow: hidden;
padding: 0;
vertical-align: bottom;
}
.torrent-details td.col-icon {