Fix avatar clipping.
This commit is contained in:
parent
b5f14a1ef7
commit
ecd0d6f9c9
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
.mio__avatar {
|
||||
flex-shrink: 0;
|
||||
background-color: #fbeeff;
|
||||
background-size: contain;
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
background-position: 50%;
|
||||
background-position: center;
|
||||
display: block;
|
||||
border: 1px solid #9475b2;
|
||||
max-height: 200px;
|
||||
|
|
Loading…
Reference in a new issue