zooming on marker click

This commit is contained in:
Fedor Katurov 2020-01-20 12:29:49 +07:00
parent a574b7393d
commit 5ef427cb45
2 changed files with 20 additions and 6 deletions

View file

@ -340,7 +340,15 @@
}
.current-location {
width: 0;
height: 0;
position: relative;
svg {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
fill: @bar_background;
stroke: white;
stroke-width: 0.2px;