Compacted warning page.

This commit is contained in:
DebaucheryLibrarian
2021-03-18 04:01:35 +01:00
parent 5a2e93e900
commit 90b3d8a4d6
3 changed files with 30 additions and 29 deletions

View File

@@ -164,12 +164,16 @@ export default {
position: absolute;
top: 0;
left: 0;
padding: .05rem .25rem .1rem .15rem;
width: 1rem;
height: 1rem;
box-sizing: border-box;
padding: .1rem;
border-radius: 0 0 .5rem 0;
color: var(--text-light);
background: var(--primary);
font-size: .8rem;
font-weight: bold;
line-height: 1;
}
}
@@ -372,7 +376,6 @@ export default {
.tile.new .poster::after {
bottom: 0;
top: auto;
padding: .1rem .25rem .05rem .15rem;
border-radius: 0 .5rem 0 0;
}
}