Contain channel thumbnail size

This commit is contained in:
iatenine 2023-07-16 13:24:52 -05:00
parent 3b040e387a
commit 6d7b308370

View file

@ -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" />