Merge pull request #278 from KnzkDev/fix/acc-header-avatar

Fix account header avatar
This commit is contained in:
beatrix 2017-12-21 17:46:53 -05:00 committed by GitHub
commit f78d169d71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -1254,6 +1254,15 @@
}
}
.account__header__avatar {
background-size: 90px 90px;
display: block;
height: 90px;
margin: 0 auto 10px;
overflow: hidden;
width: 90px;
}
.account-authorize {
padding: 14px 10px;