fix(avatars): fix egg shaped avatars (#5420) r=@shane-tomlinson

Fixes #5011 

Nice, simple fix @vladikoff, thanks!
This commit is contained in:
Vlad Filippov 2017-09-04 05:24:38 -04:00 коммит произвёл Shane Tomlinson
Родитель c6f715c2c5
Коммит f73a15ee9c
1 изменённых файлов: 11 добавлений и 6 удалений

Просмотреть файл

@ -19,17 +19,22 @@
width: 120px;
}
img,
.change-avatar {
display: block;
height: 120px;
width: 120px;
}
@include respond-to('trustedUI') {
background-size: 100px auto;
height: 100px;
width: 100px;
}
img,
.change-avatar {
display: block;
height: 120px;
width: 120px;
img {
height: 100px;
width: 100px;
}
}
small {