diff --git a/main/index.css b/main/index.css index 92cd0ce9..a2f5eaec 100644 --- a/main/index.css +++ b/main/index.css @@ -162,11 +162,14 @@ body.drag::before { background-repeat: no-repeat; background-size: cover; background-position: 0 50%; - border-bottom: 1px solid rgb(20, 20, 20); transition: all 0.05s ease-out; position: relative; } +.torrent:not(:last-child) { + border-bottom: 1px solid rgb(20, 20, 20); +} + .torrent:hover { -webkit-filter: brightness(1.1); }