More fixes and improvements to viewport sizing and positioning.

This commit is contained in:
Andrey Antukh 2020-05-12 13:05:14 +02:00 committed by Andrés Moya
parent d67dbcf2aa
commit bd8123d475
14 changed files with 140 additions and 122 deletions

View file

@ -71,7 +71,7 @@
.zoom-dropdown {
top: 45px;
left: -30px;
left: -40px;
}
}

View file

@ -93,10 +93,10 @@
.coordinates {
background-color: $color-dark-bg;
border-radius: $br-small;
bottom: 0px;
bottom: -10px;
padding-left: 5px;
position: fixed;
right: 240px;
right: 248px;
text-align: center;
width: 100px;
padding-bottom: 2px;

View file

@ -17,7 +17,7 @@
.zoom-dropdown {
position: absolute;
z-index: 12;
width: 150px;
width: 160px;
background-color: $color-white;
border-radius: $br-small;