Improved user page stash paddings.

This commit is contained in:
DebaucheryLibrarian
2021-03-21 13:51:33 +01:00
parent 29b0451608
commit 74afc55dc6

View File

@@ -173,7 +173,7 @@ export default {
.stash-name {
display: inline-block;
padding: 0 .5rem;
padding: .5rem;
margin: 0;
color: var(--shadow-strong);
white-space: nowrap;
@@ -238,6 +238,10 @@ export default {
height: 100%;
flex-shrink: 0;
font-size: 0;
&:last-child {
padding: 0 .5rem 0 0;
}
}
</style>