Commit d1c1b41f authored by tauriedavis's avatar tauriedavis

add spaces and fix handle styles

parent 67dcc8db
...@@ -213,25 +213,29 @@ ...@@ -213,25 +213,29 @@
} }
.user-profile { .user-profile {
.cover-controls a { .cover-controls a {
margin-left: 5px; margin-left: 5px;
} }
.profile-header { .profile-header {
margin: 0 auto; margin: 0 auto;
.avatar-holder { .avatar-holder {
width: 90px; width: 90px;
margin: 0 auto 10px; margin: 0 auto 10px;
} }
.user-info { .user-info {
.handle {
color: $gl-gray-light;
}
.member-date { .member-date {
margin-bottom: 4px; margin-bottom: 4px;
} }
} }
} }
@media (max-width: $screen-xs-max) { @media (max-width: $screen-xs-max) {
.cover-block { .cover-block {
padding-top: 20px; padding-top: 20px;
} }
...@@ -255,7 +259,7 @@ ...@@ -255,7 +259,7 @@
} }
.user-profile-nav { .user-profile-nav {
margin-top: 15px; margin-top: 10px;
} }
table.u2f-registrations { table.u2f-registrations {
......
...@@ -40,10 +40,10 @@ ...@@ -40,10 +40,10 @@
.user-info .user-info
.cover-title .cover-title
= @user.name = @user.name
%span.handle
@#{@user.username}
.cover-desc.member-date .cover-desc.member-date
%span.middle-dot-divider
@#{@user.username}
%span.middle-dot-divider %span.middle-dot-divider
Member since #{@user.created_at.to_s(:medium)} Member since #{@user.created_at.to_s(:medium)}
......
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