mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Contain channel thumbnail size
This commit is contained in:
parent
3b040e387a
commit
6d7b308370
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<router-link :to="props.item.url">
|
<router-link :to="props.item.url">
|
||||||
<div class="relative">
|
<div class="flex justify-center h-30">
|
||||||
<img class="w-full aspect-square rounded-full" :src="props.item.thumbnail" loading="lazy" />
|
<img class="aspect-square rounded-full" :src="props.item.thumbnail" loading="lazy" />
|
||||||
</div>
|
</div>
|
||||||
<p>
|
<p>
|
||||||
<span v-text="props.item.name" />
|
<span v-text="props.item.name" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue