Improved user stash actor previews.

This commit is contained in:
DebaucheryLibrarian 2021-03-20 02:34:49 +01:00
parent 489d253a48
commit 5577e4fee5
2 changed files with 4 additions and 7 deletions

View File

@ -63,7 +63,7 @@ export default {
justify-content: center;
width: 2rem;
height: 100%;
background: var(--profile);
border-right: solid 1px var(--shadow-hint);
}
.avatar-image {
@ -74,7 +74,7 @@ export default {
}
.avatar-fallback {
fill: var(--lighten-weak);
fill: var(--shadow-weak);
}
.name {

View File

@ -215,6 +215,7 @@ export default {
.stash-scenes {
display: flex;
overflow-x: auto;
grid-gap: .5rem;
scroll-behavior: smooth;
scrollbar-width: none;
@ -225,17 +226,13 @@ export default {
.stash-scenes {
height: 8rem;
grid-gap: .5rem;
}
.stash-actors {
grid-gap: 1rem;
}
.stash-actor,
.stash-scene {
height: 100%;
flex-shrink: 0;
font-size: 0;
}
@media(max-width: $breakpoint-kilo) {