Improved user stash actor previews.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user