|
|
@@ -8,7 +8,7 @@
|
|
|
<div class="profile-header row items-center q-pa-lg">
|
|
|
<div class="profile-avatar-wrap q-mr-md">
|
|
|
<q-avatar size="76px" class="profile-avatar">
|
|
|
- <img v-if="user?.photo_url" :src="user.photo_url" />
|
|
|
+ <img v-if="user?.photo_url" :src="user.photo_url" style="object-fit: cover; width: 100%; height: 100%;" />
|
|
|
<q-icon v-else name="mdi-account" size="44px" color="white" />
|
|
|
</q-avatar>
|
|
|
<q-btn
|