PLT-6277 Moved profile image cropping to server (#6269)

* PLT-6277 Moved profile image cropping to server

* Cosmetic refactoring of SettingPicture component
Этот коммит содержится в:
Harrison Healey
2017-05-03 09:08:00 -04:00
коммит произвёл Christopher Speller
родитель b509f65b8e
Коммит 1c8fdb4cdd
4 изменённых файлов: 71 добавлений и 115 удалений

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

@@ -95,6 +95,14 @@
width: 128px;
}
.profile-img-preview {
background-position: 50% 50%;
background-size: cover;
border-radius: 100%;
height: 128px;
width: 128px;
}
.settings-table {
display: table;
margin: 0 auto;