mirror of https://github.com/vector-im/riot-web
fix aspect ratio of roomavatar preview
parent
50d18ac771
commit
f8fb3a7fe1
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue