Skip to content
Snippets Groups Projects
Commit d1c1b41f authored by Taurie Davis's avatar Taurie Davis
Browse files

add spaces and fix handle styles

parent 67dcc8db
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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;
}
Loading
Loading
@@ -255,7 +259,7 @@
}
 
.user-profile-nav {
margin-top: 15px;
margin-top: 10px;
}
 
table.u2f-registrations {
Loading
Loading
Loading
Loading
@@ -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)}
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment