Using actors avatars table for secondary profile photos.
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -79,7 +79,8 @@ defineProps({
|
||||
padding: .25rem;
|
||||
|
||||
.icon {
|
||||
fill: var(--highlight);
|
||||
fill: var(--highlight-strong-20);
|
||||
filter: drop-shadow(0 0 1px var(--shadow));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user