forked from DebaucheryLibrarian/traxxx
Refreshing stash page when unstashing scene. Addressed stash preview overflowing on user page.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user