Fix avatar clipping.

This commit is contained in:
flash 2018-03-22 21:26:17 +01:00
parent b5f14a1ef7
commit ecd0d6f9c9

View file

@ -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;