implement torrent statuses management #28

This commit is contained in:
ghost 2023-10-27 01:36:50 +03:00
parent 3cbc6ea90f
commit 989f2f3311
64 changed files with 1051 additions and 282 deletions

View file

@ -208,6 +208,14 @@ a.button-green:hover {
border-top: 1px #5d627d solid;
}
.border-bottom-dashed {
border-bottom: 1px #5d627d dashed;
}
.border-top-dashed {
border-top: 1px #5d627d dashed;
}
.border-width-2-px {
border-width: 2px;
}
@ -367,6 +375,10 @@ a:visited.background-color-hover-night-light:hover {
padding-bottom: 24px;
}
.margin-t-4-px {
margin-top: 4px;
}
.margin-l-4-px {
margin-left: 4px;
}