Merge remote-tracking branch 'upstream/develop' into feature/narrow-voip-tiles/18398

This commit is contained in:
Šimon Brandner 2021-08-13 10:30:21 +02:00
commit 39bb253d1f
No known key found for this signature in database
GPG key ID: 55C211A1226CB17D
142 changed files with 5796 additions and 1956 deletions

View file

@ -16,6 +16,12 @@ limitations under the License.
$timelineImageBorderRadius: 4px;
.mx_MImageBody_thumbnail--blurhash {
position: absolute;
left: 0;
top: 0;
}
.mx_MImageBody_thumbnail {
object-fit: contain;
border-radius: $timelineImageBorderRadius;
@ -23,8 +29,11 @@ $timelineImageBorderRadius: 4px;
display: flex;
justify-content: center;
align-items: center;
height: 100%;
width: 100%;
> div > canvas {
.mx_Blurhash > canvas {
animation: mx--anim-pulse 1.75s infinite cubic-bezier(.4, 0, .6, 1);
border-radius: $timelineImageBorderRadius;
}
}