mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 19:16:41 +07:00
center on user location
This commit is contained in:
parent
0f368b189f
commit
d39ec1588c
6 changed files with 149 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue