Fix avatar not centered in the toolbar
parent
5ce76a6358
commit
ce3fef7e1c
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue