mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 02:56:41 +07:00
disabled transform transition for mobile devices
This commit is contained in:
parent
17efbba1ff
commit
8b86b2c91c
1 changed files with 5 additions and 1 deletions
|
@ -51,6 +51,10 @@
|
|||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media(hover: none) {
|
||||
transition: none;
|
||||
}
|
||||
}
|
||||
|
||||
.sticker-label {
|
||||
|
@ -193,7 +197,7 @@
|
|||
float: left;
|
||||
cursor: pointer;
|
||||
transform: scale(1);
|
||||
// transition: transform 250ms;
|
||||
transition: transform 250ms;
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
background-size: cover;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue