Style sticker content rather than thumbnail.

This commit is contained in:
Richard Lewis 2018-03-14 11:11:48 +00:00
parent 8d8580a213
commit 85fca9dee8

View File

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