fix(video-card): resolve avatar set too height on firefox (#1167)

This commit is contained in:
Hakadao
2024-12-07 22:00:31 +08:00
parent db7deec64b
commit 73f7cf30bb

View File

@@ -48,7 +48,6 @@ const displayedAvatars = computed(() => {
<!-- Avatar -->
<Picture
:src="`${removeHttpFromUrl(item.authorFace)}@50w_50h_1c`"
pos="absolute top-0"
loading="lazy"
w-inherit h-inherit
rounded="1/2"