Fixed new label padding.

This commit is contained in:
DebaucheryLibrarian
2021-01-19 16:34:57 +01:00
parent 1c1b933438
commit 0b1f5c06bc

View File

@@ -370,6 +370,7 @@ export default {
&.new .poster::after {
bottom: 0;
top: auto;
padding: .05rem .15rem .1rem .25rem;
border-radius: 0 .5rem 0 0;
}
}