mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
fix(VideoCard): author avatar display issue in horizontal mode
This commit is contained in:
@@ -342,9 +342,10 @@ function handleMoreBtnClick(event: MouseEvent) {
|
||||
>
|
||||
<img
|
||||
:src="`${removeHttpFromUrl(authorFace)}@50w_50h_1c`"
|
||||
width="40"
|
||||
height="40"
|
||||
width="30"
|
||||
height="30"
|
||||
loading="lazy"
|
||||
object-cover
|
||||
>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user