mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-04-01 09:35:28 +00:00
add wanted label to magnet subject when leechers have no seeds
This commit is contained in:
parent
1364670b1f
commit
5f46332ceb
3 changed files with 31 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue