torrent list: use full width when not hovering
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user