Fixed new label padding.

This commit is contained in:
DebaucheryLibrarian 2021-01-19 16:37:33 +01:00
parent 9388eb5993
commit 3babb9ee68
1 changed files with 1 additions and 1 deletions

View File

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