Lazy load thumbnails for hidden channels (#5041)

This commit is contained in:
absidue 2024-04-30 12:39:45 +02:00 committed by GitHub
parent 2f4c757741
commit 4c511869fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

@ -40,7 +40,6 @@
.tag-icon {
border-radius: 50%;
block-size: 24px;
vertical-align: middle;
}

View File

@ -37,6 +37,9 @@
:src="tag.icon"
alt=""
class="tag-icon"
height="24"
width="24"
loading="lazy"
>
</router-link>
<span>{{ (tag.preferredName) ? tag.preferredName : tag.name }}</span>