mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-16 21:33:51 +02:00
make avatar thumbnail display consistent with other images (#1619)
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
:src="avatarDialog.ref.thumbnailImageUrl"
|
||||
class="cursor-pointer"
|
||||
@click="showFullscreenImageDialog(avatarDialog.ref.imageUrl)"
|
||||
style="width: 160px; height: 120px; border-radius: 12px"
|
||||
style="width: 160px; height: 120px; border-radius: 12px; object-fit: cover"
|
||||
loading="lazy" />
|
||||
</div>
|
||||
<div style="flex: 1; display: flex; align-items: flex-start; margin-left: 15px">
|
||||
|
||||
Reference in New Issue
Block a user