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
3 changed files with 7 additions and 13 deletions
+1 -5
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;