Fix broken channel image height.

Closes #915
This commit is contained in:
Kavin 2022-07-25 17:59:23 +05:30
parent 4853582484
commit 915a2fbabd
No known key found for this signature in database
GPG key ID: 49451E4482CC5BCD

View file

@ -15,7 +15,7 @@
<div class="flex justify-center place-items-center">
<div class="w-full grid grid-cols-3">
<router-link :to="subscription.url" class="col-start-2 block flex text-center font-bold text-4xl">
<img :src="subscription.avatar" class="rounded-full" width="48" height="48" />
<img :src="subscription.avatar" class="rounded-full h-[fit-content]" width="48" height="48" />
<span v-text="subscription.name" />
</router-link>
<button