torrent list: use full width when not hovering

This commit is contained in:
Feross Aboukhadijeh
2016-03-03 01:04:17 -08:00
parent 7e9783fc9b
commit 128cb679aa

View File

@@ -207,10 +207,14 @@ body.drag::before {
.torrent .metadata { .torrent .metadata {
float: left; float: left;
width: calc(100% - 240px); width: 100%;
text-shadow: rgba(0, 0, 0, 0.5) 0 0 4px; text-shadow: rgba(0, 0, 0, 0.5) 0 0 4px;
} }
.torrent:hover .metadata {
width: calc(100% - 170px);
}
.torrent .btn { .torrent .btn {
float: right; float: right;
margin-top: 20px; margin-top: 20px;