Improved user stash actor previews.
This commit is contained in:
parent
489d253a48
commit
5577e4fee5
|
@ -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 {
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue