center on user location

This commit is contained in:
muerwre 2018-08-27 17:28:10 +07:00
parent 0f368b189f
commit d39ec1588c
6 changed files with 149 additions and 4 deletions

View file

@ -1,5 +1,5 @@
.control-bar {
background: #333333;
background: @bar_background;
border-radius: 3px;
display: flex;
box-shadow: @bar_shadow;
@ -150,7 +150,7 @@
right: 0;
svg {
fill: #333333;
fill: @bar_background;
}
}