Fix avatar not centered in the toolbar

pull/1/head
yflory 2018-10-29 14:40:04 +01:00
parent 5ce76a6358
commit ce3fef7e1c
1 changed files with 3 additions and 0 deletions

View File

@ -953,6 +953,9 @@
width: 100%;
cursor: default;
font-size: 32px;
display: inline-flex;
justify-content: center;
align-items: center;
}
&.cp-avatar {
.avatar_main(48px);