add spaces and fix handle styles

This commit is contained in:
tauriedavis 2016-10-04 16:42:47 -07:00
parent 67dcc8db83
commit d1c1b41ffe
2 changed files with 10 additions and 6 deletions

View File

@ -213,25 +213,29 @@
}
.user-profile {
.cover-controls a {
margin-left: 5px;
}
.profile-header {
margin: 0 auto;
.avatar-holder {
width: 90px;
margin: 0 auto 10px;
}
.user-info {
.handle {
color: $gl-gray-light;
}
.member-date {
margin-bottom: 4px;
}
}
}
@media (max-width: $screen-xs-max) {
.cover-block {
padding-top: 20px;
}
@ -255,7 +259,7 @@
}
.user-profile-nav {
margin-top: 15px;
margin-top: 10px;
}
table.u2f-registrations {

View File

@ -40,10 +40,10 @@
.user-info
.cover-title
= @user.name
%span.handle
@#{@user.username}
.cover-desc.member-date
%span.middle-dot-divider
@#{@user.username}
%span.middle-dot-divider
Member since #{@user.created_at.to_s(:medium)}