feat: paste torrent address with right click (#1989)

* feat: paste torrent address with right click

* Change right click to directly pasting
This commit is contained in:
Alex
2021-06-09 23:55:40 +02:00
committed by GitHub
parent d12fd7768a
commit ef4fc2d28d
3 changed files with 11 additions and 2 deletions

View File

@@ -322,6 +322,10 @@ textarea,
* TORRENT LIST
*/
.torrent-list {
height: 100%;
}
.torrent {
background: linear-gradient(to bottom right, #4B79A1, #283E51);
background-repeat: no-repeat;