Added 'visible' property to entities. Added various Teen Core Club logos.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user