forked from DebaucheryLibrarian/traxxx
Improved user page stash paddings.
This commit is contained in:
parent
29b0451608
commit
74afc55dc6
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue