From f5fbed04f56f736d1c985ab93a12698dcf1bcc16 Mon Sep 17 00:00:00 2001
From: Bnyro <82752168+Bnyro@users.noreply.github.com>
Date: Mon, 17 Jul 2023 17:34:46 +0200
Subject: [PATCH] fix: size of channel avatar in search results on large
 screens (#2680)

---
 src/components/ChannelItem.vue | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/ChannelItem.vue b/src/components/ChannelItem.vue
index 8eb6f65a..d9809240 100644
--- a/src/components/ChannelItem.vue
+++ b/src/components/ChannelItem.vue
@@ -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" />