Merge pull request #6423 from matrix-org/gsouquet/fix-18077

This commit is contained in:
Germain 2021-07-21 09:43:15 +01:00 committed by GitHub
commit dfa85b00d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 13 deletions

View file

@ -21,11 +21,7 @@ $timelineImageBorderRadius: 4px;
}
.mx_MImageBody_thumbnail {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
object-fit: contain;
border-radius: $timelineImageBorderRadius;
display: flex;