Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
fix: align the add profile placeholder (#1202)
Browse files Browse the repository at this point in the history
  • Loading branch information
j-a-m-l authored and luciorubeens committed Apr 23, 2019
1 parent 3b51c04 commit a98c7f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/pages/Profile/ProfileAll.vue
Expand Up @@ -10,7 +10,7 @@
<div
:style="`backgroundImage: url('${assets_loadImage(addProfileImagePath)}')`"
:title="$t('PAGES.PROFILE_ALL.ADD_PROFILE')"
class="profile-avatar-xl background-image flex"
class="ProfileAvatar__image profile-avatar-xl background-image flex"
/>
<div class="ProfileAll__grid__profile__name font-semibold flex items-center">
{{ $t('PAGES.PROFILE_ALL.ADD_PROFILE') }}
Expand Down

0 comments on commit a98c7f4

Please sign in to comment.