Fixed poster query for old New Sensations scenes.

This commit is contained in:
DebaucheryLibrarian
2023-06-10 00:46:38 +02:00
parent 58175dce21
commit bae51dd59c
3 changed files with 9 additions and 8 deletions

View File

@@ -100,10 +100,7 @@
>{{ release.entity.name }}</h3>
</a>
<span
v-if="release.actors?.length > 0"
class="row"
>
<span class="row">
<ul
class="actors nolist"
:title="release.actors.map(actor => actor.name).join(', ')"
@@ -357,9 +354,9 @@ export default {
}
.actors {
height: 1.5rem;
word-wrap: break-word;
overflow: hidden;
max-height: 1.5rem;
line-height: 1.5rem;
margin: 0 0 .25rem 0;
}