no bottom border on last torrent list item
This commit is contained in:
@@ -162,11 +162,14 @@ body.drag::before {
|
|||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-position: 0 50%;
|
background-position: 0 50%;
|
||||||
border-bottom: 1px solid rgb(20, 20, 20);
|
|
||||||
transition: all 0.05s ease-out;
|
transition: all 0.05s ease-out;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.torrent:not(:last-child) {
|
||||||
|
border-bottom: 1px solid rgb(20, 20, 20);
|
||||||
|
}
|
||||||
|
|
||||||
.torrent:hover {
|
.torrent:hover {
|
||||||
-webkit-filter: brightness(1.1);
|
-webkit-filter: brightness(1.1);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user