Using actors avatars table for secondary profile photos.

This commit is contained in:
2024-10-26 01:03:30 +02:00
parent 6b5aa9505e
commit a6af10ee20
5 changed files with 40 additions and 19 deletions

View File

@@ -333,12 +333,14 @@
v-if="description.entity.type === 'network' || !description.entity.parent || description.entity.isIndependent"
:src="`/logos/${description.entity.slug}/thumbs/network.png`"
class="description-logo"
loading="lazy"
>
<img
v-else
:src="`/logos/${description.entity.parent.slug}/thumbs/${description.entity.slug}.png`"
class="description-logo"
loading="lazy"
>
</a>
</p>

View File

@@ -79,7 +79,8 @@ defineProps({
padding: .25rem;
.icon {
fill: var(--highlight);
fill: var(--highlight-strong-20);
filter: drop-shadow(0 0 1px var(--shadow));
}
}