UserProfileDialog padding top and profile view background alignment

This commit is contained in:
10G Meow 2024-03-24 13:58:05 +02:00
parent 9f93aa6bad
commit 73561b8408
3 changed files with 5 additions and 3 deletions

View file

@ -7,7 +7,7 @@
:width="$vuetify.breakpoint.smAndUp ? '688px' : '95%'"
>
<div class="dialog-content text-center member-action-dialog">
<div>
<div class="pt-4">
<v-avatar class="avatar" size="56" color="grey">
<img v-if="memberAvatarComp" :src="memberAvatarComp" />
<span v-else class="white--text headline">{{ firstLetterUserName }}</span>