forked from DebaucheryLibrarian/traxxx
Fixed new label padding.
This commit is contained in:
parent
9388eb5993
commit
3babb9ee68
|
@ -370,7 +370,7 @@ export default {
|
||||||
.tile.new .poster::after {
|
.tile.new .poster::after {
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
top: auto;
|
top: auto;
|
||||||
padding: .05rem .15rem .1rem .25rem;
|
padding: .1rem .25rem .05rem .15rem;
|
||||||
border-radius: 0 .5rem 0 0;
|
border-radius: 0 .5rem 0 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue