mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-26 03:26:41 +07:00
zooming on marker click
This commit is contained in:
parent
a574b7393d
commit
5ef427cb45
2 changed files with 20 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue