UserProfileDialog padding top and profile view background alignment
This commit is contained in:
parent
9f93aa6bad
commit
73561b8408
3 changed files with 5 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue