fix aspect ratio of roomavatar preview
This commit is contained in:
parent
50d18ac771
commit
f8fb3a7fe1
1 changed files with 4 additions and 0 deletions
|
@ -218,6 +218,10 @@ limitations under the License.
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_RoomHeader_avatar .mx_BaseAvatar_image {
|
||||||
|
object-fit: cover;
|
||||||
|
}
|
||||||
|
|
||||||
.mx_RoomHeader_avatarPicker_edit {
|
.mx_RoomHeader_avatarPicker_edit {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
margin-left: 16px;
|
margin-left: 16px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue