disabled transform transition for mobile devices

This commit is contained in:
Integral Team 2019-09-11 17:23:48 +07:00
parent 17efbba1ff
commit 8b86b2c91c

View file

@ -51,6 +51,10 @@
display: none; display: none;
} }
} }
@media(hover: none) {
transition: none;
}
} }
.sticker-label { .sticker-label {
@ -193,7 +197,7 @@
float: left; float: left;
cursor: pointer; cursor: pointer;
transform: scale(1); transform: scale(1);
// transition: transform 250ms; transition: transform 250ms;
width: 48px; width: 48px;
height: 48px; height: 48px;
background-size: cover; background-size: cover;