Fix default torrents
Big Buck Bunny playable now, files show correctly even before the user starts torrenting
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user