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

View File

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