0
0
Fork 0

Fix #3220 - Show avatar/header on edit profile page (#4288)

This commit is contained in:
Eugen Rochko 2017-07-21 05:28:51 +02:00 committed by GitHub
parent a390abdefb
commit 7bf7ed6123
3 changed files with 21 additions and 1 deletions

View file

@ -26,6 +26,15 @@
z-index: 1;
}
&.compact {
padding: 30px 0;
border-radius: 4px;
.avatar {
margin-bottom: 0;
}
}
.name {
display: block;
font-size: 20px;

View file

@ -40,6 +40,10 @@ code {
}
}
.card {
margin-bottom: 15px;
}
strong {
font-weight: 500;
}