add wanted label to magnet subject when leechers have no seeds

This commit is contained in:
ghost 2023-09-06 01:22:55 +03:00
parent 1364670b1f
commit 5f46332ceb
3 changed files with 31 additions and 2 deletions

View file

@ -54,8 +54,16 @@
}
.label-green {
color: #277b1b;
border: 1px #92bc8c solid;
color: #fff;
background-color: #65916d;
}
.position-relative {
position: relative;
}
.top--2 {
top: -2px;
}
.line-height-26 {
@ -112,6 +120,10 @@
font-weight: normal;
}
.font-size-10 {
font-size: 10px;
}
.font-size-12 {
font-size: 12px;
}
@ -199,6 +211,11 @@
margin-left: 16px;
}
.margin-x-4 {
margin-left: 4px;
margin-right: 4px;
}
.margin-r-4 {
margin-right: 4px;
}