mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-26 03:26:41 +07:00
adaptive sticker scale
This commit is contained in:
parent
ef5cd0cdef
commit
a1c55befa2
5 changed files with 22 additions and 9 deletions
|
@ -111,7 +111,11 @@
|
|||
|
||||
.sticker-wrapper {
|
||||
will-change: transform;
|
||||
transition: transform 50ms;
|
||||
transition: transform 250ms;
|
||||
|
||||
@media (hover: hover) {
|
||||
transition: transform 0ms;
|
||||
}
|
||||
}
|
||||
|
||||
.sticker-arrow {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue