current user location

This commit is contained in:
Fedor Katurov 2020-01-20 12:20:54 +07:00
parent 5e3aa587c7
commit a574b7393d
12 changed files with 205 additions and 77 deletions

View file

@ -338,3 +338,12 @@
.leaflet-pane {
user-select: none;
}
.current-location {
svg {
fill: @bar_background;
stroke: white;
stroke-width: 0.2px;
}
}