mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-30 18:43:17 +00:00
fix: size of channel avatar in search results on large screens (#2680)
This commit is contained in:
@ -1,8 +1,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="flex flex-col flex-justify-between">
|
<div class="flex flex-col flex-justify-between">
|
||||||
<router-link :to="props.item.url">
|
<router-link :to="props.item.url">
|
||||||
<div class="flex justify-center h-[10rem] mb-4">
|
<div class="flex justify-center my-4">
|
||||||
<img class="aspect-square rounded-full" :src="props.item.thumbnail" loading="lazy" />
|
<img class="aspect-square rounded-full w-[50%]" :src="props.item.thumbnail" loading="lazy" />
|
||||||
</div>
|
</div>
|
||||||
<p>
|
<p>
|
||||||
<span v-text="props.item.name" />
|
<span v-text="props.item.name" />
|
||||||
|
Reference in New Issue
Block a user