Minor channel logo fixes.

This commit is contained in:
2024-07-08 05:01:13 +02:00
parent b254bc22a4
commit d7372a518e
7 changed files with 26 additions and 9 deletions

View File

@@ -80,13 +80,18 @@
by
<Link
:href="`/${scene.network.type}/${scene.network.slug}`"
class="network-link entity-link"
class="network-link entity-link nolink"
>
<img
v-if="scene.network.hasLogo"
:src="`/logos/${scene.network.slug}/thumbs/network.png`"
class="network-logo entity-logo"
>
<span
v-else
class="name"
>{{ scene.network.name }}</span>
</Link>
</span>
</div>
@@ -563,6 +568,7 @@ function copySummary() {
box-sizing: border-box;
padding: .5rem 1rem;
height: 100%;
color: var(--text-light);
}
.entity-logo {