Added 'visible' property to entities. Added various Teen Core Club logos.

This commit is contained in:
2020-07-08 02:53:46 +02:00
parent 50154baa40
commit 9e5d3aa139
262 changed files with 1167 additions and 168 deletions

View File

@@ -61,6 +61,11 @@
v-else-if="release.actors.length > 0"
class="title title-composed"
>{{ release.actors[0].name }} for {{ release.entity.name }}</h3>
<h3
v-else
class="title title-empty"
>{{ release.entity.name }}</h3>
</a>
<span class="row">
@@ -216,7 +221,8 @@ export default {
overflow: hidden;
}
.title-composed {
.title-composed,
.title-empty {
color: var(--shadow);
}