mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Reduce CLS from trending page.
This commit is contained in:
parent
7b9ecd3754
commit
7c8e1165b8
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
>
|
>
|
||||||
<div class="uk-text-secondary" style="background: #0b0e0f">
|
<div class="uk-text-secondary" style="background: #0b0e0f">
|
||||||
<router-link class="uk-text-emphasis" v-bind:to="video.url || '/'">
|
<router-link class="uk-text-emphasis" v-bind:to="video.url || '/'">
|
||||||
<img style="width: 100%" v-bind:src="video.thumbnail" loading="lazy" />
|
<img height="118" width="210" style="width: 100%" v-bind:src="video.thumbnail" loading="lazy" />
|
||||||
<p>{{ video.title }}</p>
|
<p>{{ video.title }}</p>
|
||||||
</router-link>
|
</router-link>
|
||||||
<router-link class="uk-link-muted" v-bind:to="video.uploaderUrl || '/'">
|
<router-link class="uk-link-muted" v-bind:to="video.uploaderUrl || '/'">
|
||||||
|
|
Loading…
Reference in a new issue