Don't warp stickers in the preview modal

This commit is contained in:
Ken Powers 2020-01-07 16:42:06 -05:00 committed by Scott Nonnenberg
parent 0a4190f83f
commit d14c8e2277

View file

@ -5598,10 +5598,13 @@ button.module-image__border-overlay:focus {
&__cell { &__cell {
width: 96px; width: 96px;
height: 96px; height: 96px;
display: flex;
justify-content: center;
align-items: center;
&__image { &__image {
width: 100%; width: 100%;
height: 100%; height: auto;
} }
&--placeholder { &--placeholder {