fixed ismobile at map dialog

This commit is contained in:
muerwre 2019-02-19 10:03:10 +07:00
parent 559d6c8d07
commit a0296f6332
3 changed files with 8 additions and 9 deletions

View file

@ -117,8 +117,8 @@
}
@keyframes pulse {
0% { opacity: 0.5; }
100% { opacity: 1; }
0% { opacity: 0.3; }
100% { opacity: 0.7; }
}
@keyframes spin {