Style sticker content rather than thumbnail.

pull/6242/head
Richard Lewis 2018-03-14 11:11:48 +00:00
parent 8d8580a213
commit 85fca9dee8
1 changed files with 3 additions and 3 deletions

View File

@ -21,17 +21,17 @@ limitations under the License.
padding: 20px 0;
}
.mx_MStickerBody_thumbnail_container {
.mx_MStickerBody_image_container {
display: inline-block;
position: relative;
}
.mx_MStickerBody_thumbnail {
.mx_MStickerBody_image {
max-width: 100%;
opacity: 0;
}
.mx_MStickerBody_thumbnail_visible {
.mx_MStickerBody_image_visible {
opacity: 1;
}