mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-10 02:08:21 +00:00
Reduce CLS in channel page.
This commit is contained in:
parent
7c8e1165b8
commit
1bca91d4dc
@ -13,7 +13,7 @@
|
||||
v-for="item in this.channel.relatedStreams"
|
||||
>
|
||||
<router-link class="uk-link-muted uk-text-justify" v-bind:to="item.url || '/'">
|
||||
<img style="width: 100%" v-bind:src="item.thumbnail" loading="lazy" />
|
||||
<img height="94" width="168" style="width: 100%" v-bind:src="item.thumbnail" loading="lazy" />
|
||||
<a>{{ item.title }}</a>
|
||||
</router-link>
|
||||
<br />
|
||||
|
Loading…
Reference in New Issue
Block a user