diff --git a/app/assets/stylesheets/mobile.css.scss b/app/assets/stylesheets/mobile.css.scss index 017e5a444..7727cb800 100644 --- a/app/assets/stylesheets/mobile.css.scss +++ b/app/assets/stylesheets/mobile.css.scss @@ -137,6 +137,12 @@ h3 { .hide { display: none; } + + .avatar { + height: 35px; + width: 35px; + margin: -2px 5px; + } } a { diff --git a/app/views/layouts/application.mobile.haml b/app/views/layouts/application.mobile.haml index 386dbe676..38e48ba6f 100644 --- a/app/views/layouts/application.mobile.haml +++ b/app/views/layouts/application.mobile.haml @@ -106,6 +106,7 @@ = link_to aspect.name, aspects_stream_path(a_ids: [aspect.id]) %li = link_to t('layouts.header.profile'), user_profile_path(current_user.username) + = person_image_tag(current_user) %li = link_to t('_contacts'), contacts_path %li