Don't warp stickers in the preview modal
This commit is contained in:
parent
0a4190f83f
commit
d14c8e2277
1 changed files with 4 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue