fix: size of channel avatar in search results on large screens

This commit is contained in:
Bnyro 2023-07-17 17:32:22 +02:00
parent 5fdc7ce017
commit 01c04d6080

View file

@ -1,8 +1,8 @@
<template>
<div class="flex flex-col flex-justify-between">
<router-link :to="props.item.url">
<div class="flex justify-center h-[10rem] mb-4">
<img class="aspect-square rounded-full" :src="props.item.thumbnail" loading="lazy" />
<div class="flex justify-center my-4">
<img class="aspect-square rounded-full w-[50%]" :src="props.item.thumbnail" loading="lazy" />
</div>
<p>
<span v-text="props.item.name" />