mirror of
https://codeberg.org/HPCesia/AstralHalo.git
synced 2025-04-08 17:34:27 +08:00
fix: friend link card avatar height
This commit is contained in:
parent
334d74f313
commit
c357faed86
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user