두번 탭 해 도시 이동 기능 재 부활, 옵션 설정 가능

This commit is contained in:
2019-03-05 23:06:34 +09:00
parent 2785ca9f31
commit e9d1fdb4ee
3 changed files with 142 additions and 2 deletions
+13
View File
@@ -61,6 +61,7 @@
position:absolute;
right:0;
bottom:0;
text-align:right;
}
.map_body .map_toggle_cityname::after{
@@ -71,6 +72,18 @@
content: "켜기"
}
.map_body .map_toggle_single_tap{
display:none;
}
.map_body .map_toggle_single_tap::after{
content: "끄기"
}
.map_body .map_toggle_single_tap.active::after{
content: "켜기"
}
.world_map .city_tooltip{
position: absolute;
z-index:6;