Fix profile_header bottom margin, #51807.

This commit is contained in:
Harry Kiselev 2018-11-18 01:12:53 +03:00
parent 5618606301
commit 052622a3d0
2 changed files with 6 additions and 6 deletions

View file

@ -222,7 +222,7 @@
} }
.profile-header { .profile-header {
margin: 0 auto; margin: 0 $gl-padding 10px;
.avatar-holder { .avatar-holder {
width: 90px; width: 90px;

View file

@ -36,7 +36,7 @@
= link_to avatar_icon_for_user(@user, 400), target: '_blank', rel: 'noopener noreferrer' do = link_to avatar_icon_for_user(@user, 400), target: '_blank', rel: 'noopener noreferrer' do
= image_tag avatar_icon_for_user(@user, 90), class: "avatar s90", alt: '' = image_tag avatar_icon_for_user(@user, 90), class: "avatar s90", alt: ''
.user-info.prepend-left-default.append-right-default .user-info
.cover-title .cover-title
= @user.name = @user.name
@ -81,10 +81,10 @@
= icon('briefcase') = icon('briefcase')
= @user.organization = @user.organization
- if @user.bio.present? - if @user.bio.present?
.cover-desc .cover-desc
%p.profile-user-bio %p.profile-user-bio
= @user.bio = @user.bio
- unless profile_tabs.empty? - unless profile_tabs.empty?
.scrolling-tabs-container .scrolling-tabs-container