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 b02f236428
commit 1c2cd5f49e
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 {