Fixed NATS URL composition.
This commit is contained in:
@@ -213,7 +213,7 @@ const favorited = ref(props.scene.stashes.some((sceneStash) => sceneStash.id ===
|
||||
.title {
|
||||
display: block;
|
||||
margin-top: .5rem;
|
||||
margin-bottom: .4rem;
|
||||
margin-bottom: .3rem;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
@@ -239,7 +239,7 @@ const favorited = ref(props.scene.stashes.some((sceneStash) => sceneStash.id ===
|
||||
|
||||
.actors {
|
||||
height: 1.15rem;
|
||||
margin-bottom: .1rem;
|
||||
margin-bottom: .15rem;
|
||||
overflow: hidden;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
@@ -302,12 +302,12 @@ const favorited = ref(props.scene.stashes.some((sceneStash) => sceneStash.id ===
|
||||
}
|
||||
|
||||
.row {
|
||||
margin: 0 .5rem .5rem .5rem;
|
||||
margin: 0 .5rem .45rem .5rem;
|
||||
}
|
||||
|
||||
.title {
|
||||
margin-top: .6rem;
|
||||
margin-bottom: .6rem;
|
||||
margin-bottom: .5rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user