fix aspect ratio of roomavatar preview

pull/1180/head
Matthew Hodgson 2016-03-16 20:00:41 +00:00
parent 50d18ac771
commit f8fb3a7fe1
1 changed files with 4 additions and 0 deletions

View File

@ -218,6 +218,10 @@ limitations under the License.
vertical-align: middle;
}
.mx_RoomHeader_avatar .mx_BaseAvatar_image {
object-fit: cover;
}
.mx_RoomHeader_avatarPicker_edit {
position: absolute;
margin-left: 16px;