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 {
float: left;
width: calc(100% - 240px);
width: 100%;
text-shadow: rgba(0, 0, 0, 0.5) 0 0 4px;
}
.torrent:hover .metadata {
width: calc(100% - 170px);
}
.torrent .btn {
float: right;
margin-top: 20px;