show vaguely accurate default avatar

This commit is contained in:
Matthew Hodgson 2016-02-15 22:01:30 +02:00
parent 8e008572e5
commit 58959d014a

View File

@ -170,6 +170,10 @@ limitations under the License.
cursor: pointer;
}
.mx_UserSettings_avatarPicker_img .mx_BaseAvatar_image {
object-fit: cover;
}
.mx_UserSettings_avatarPicker_edit {
text-align: center;
margin-top: 10px;