Remove broken transitions.

pull/6242/head
Richard Lewis 2018-03-08 23:54:44 +00:00
parent 38efebb8d3
commit 351f9b32ea
1 changed files with 1 additions and 3 deletions

View File

@ -18,6 +18,7 @@ limitations under the License.
display: block;
margin-right: 34px;
min-height: 110px;
padding: 20px 0;
}
.mx_MStickerBody_thumbnail_container {
@ -27,18 +28,15 @@ limitations under the License.
.mx_MStickerBody_thumbnail {
max-width: 100%;
transition: 500ms;
opacity: 0;
}
.mx_MStickerBody_thumbnail_visible {
transition: 500ms;
opacity: 1;
}
.mx_MStickerBody_placeholder {
position: absolute;
transition: 500ms;
opacity: 1;
}