Commit 9ca558b7 authored by Denys Mishunov's avatar Denys Mishunov

Updated images' dimensions

As per review
parent a146d38c
......@@ -3,7 +3,7 @@
.context-header
= link_to profile_path, title: _('Profile Settings') do
%span.avatar-container.s32.settings-avatar
= image_tag avatar_icon_for_user(current_user, 40), class: "avatar s32 avatar-tile js-sidebar-user-avatar", alt: current_user.name, data: { testid: 'sidebar-user-avatar' }
= image_tag avatar_icon_for_user(current_user, 32), class: "avatar s32 avatar-tile js-sidebar-user-avatar", alt: current_user.name, data: { testid: 'sidebar-user-avatar' }
%span.sidebar-context-title= _('User Settings')
%ul.sidebar-top-level-items
= nav_link(path: 'profiles#show', html_options: {class: 'home'}) do
......
= link_to scope_menu.link, **scope_menu.container_html_options do
%span.avatar-container.rect-avatar.s32.project-avatar
= source_icon(scope_menu.container, alt: scope_menu.title, class: 'avatar s32 avatar-tile', width: 40, height: 40)
= source_icon(scope_menu.container, alt: scope_menu.title, class: 'avatar s32 avatar-tile', width: 32, height: 32)
%span.sidebar-context-title
= scope_menu.title
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment