Torrent list title: Show more of the title

This commit is contained in:
Feross Aboukhadijeh
2016-04-06 02:57:20 -07:00
parent 5abc319ecf
commit d8a150a60d

View File

@@ -370,10 +370,15 @@ input {
position: absolute;
top: 20px;
left: 20px;
width: calc(100% - 150px);
right: 20px;
width: calc(100% - 40px);
text-shadow: rgba(0, 0, 0, 0.5) 0 0 4px;
}
.torrent:hover .metadata {
width: calc(100% - 150px);
}
.torrent .metadata span:not(:last-child)::after {
content: ' — ';
}