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
1 changed files with 4 additions and 1 deletions

View File

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