Refreshing stash page when unstashing scene. Addressed stash preview overflowing on user page.

This commit is contained in:
DebaucheryLibrarian
2021-03-20 02:23:24 +01:00
parent 42a4fe581f
commit 06e6d3940b
4 changed files with 11 additions and 3 deletions

View File

@@ -187,7 +187,8 @@ export default {
padding: 0;
}
.stash-link.stash-section {
.stash-link {
flex-grow: 1;
display: inline-block;
text-decoration: none;
}
@@ -205,9 +206,9 @@ export default {
}
.stash-name {
color: var(--shadow-strong);
padding: .5rem;
margin: 0;
color: var(--shadow-strong);
}
.stash-actors,
@@ -233,6 +234,7 @@ export default {
.stash-actor,
.stash-scene {
height: 100%;
flex-shrink: 0;
}