fix: friend link card avatar height

This commit is contained in:
HPCesia 2025-03-18 13:15:06 +08:00
parent 334d74f313
commit c357faed86

View File

@ -53,7 +53,7 @@ const { Content, headings } = linksMd
class="w-full"
title={item.name}
>
<ImageWrapper src={item.avatar} class="max-md:w-23" />
<ImageWrapper src={item.avatar} class="max-md:w-24 md:h-48" />
</a>
</figure>
<div class="card-body from-base-300 to-base-100 bg-linear-150 px-4 py-2">