diff --git a/app/assets/stylesheets/getting-started.scss b/app/assets/stylesheets/getting-started.scss index 372f87467..16cc1bff7 100644 --- a/app/assets/stylesheets/getting-started.scss +++ b/app/assets/stylesheets/getting-started.scss @@ -1,5 +1,5 @@ #hello-there { - .avatar { + #profile_photo_upload .avatar { width: 200px; height: 200px; } diff --git a/app/views/people/_add_contact.haml b/app/views/people/_add_contact.haml index 13e1184bb..e89f5a8fc 100644 --- a/app/views/people/_add_contact.haml +++ b/app/views/people/_add_contact.haml @@ -3,6 +3,7 @@ .media .pull-right = aspect_membership_dropdown(contact, inviter, false) - = person_image_link(inviter, :size => :thumb_small, :class => 'img') - .bd + .media-left + = person_image_link(inviter, size: :thumb_small, class: "media-object") + .media-body = person_link(inviter)