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