Fixed bio and profile nav overflow, scene page channel name when no logo.

This commit is contained in:
2024-11-03 01:56:51 +01:00
parent cd85e46594
commit 8f5b7e9c45
5 changed files with 44 additions and 9 deletions

View File

@@ -10,13 +10,18 @@
<Link
v-if="scene.channel"
:href="`/${scene.channel.type}/${scene.channel.slug}`"
class="channel-link entity-link"
class="channel-link entity-link nolink"
>
<img
v-if="scene.channel.hasLogo"
:src="scene.channel.isIndependent || !scene.network ? `/logos/${scene.channel.slug}/thumbs/network.png` : `/logos/${scene.network.slug}/thumbs/${scene.channel.slug}.png`"
class="channel-logo entity-logo"
>
<span
v-else
class="name"
>{{ scene.channel.name }}</span>
</Link>
<span