Fixed NATS URL composition.

This commit is contained in:
2026-01-19 04:46:40 +01:00
parent 7bc9a90b81
commit cb1c884503
6 changed files with 70 additions and 12 deletions

View File

@@ -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;
}
}
}