Merged in ray_fixes_ios (pull request #55)

center map zoom and position icons in the buttons

* center map zoom and position icons in the buttons
This commit is contained in:
Alejandro Raiczyk 2022-08-05 02:15:17 +00:00 committed by Paulo Veiga
parent 8e2b006efc
commit 68b754db43

View File

@ -161,6 +161,11 @@ div#position {
background-size: 40px 40px;
background-color: #fff;
border-radius: 8px;
padding: 0;
}
#position-button>img {
vertical-align: middle;
}
#zoom-button {
@ -178,8 +183,15 @@ div#position {
background-position: center;
cursor: pointer;
background-color: #fff;
padding: 0;
}
#zoom-plus,
#zoom-minus>img {
vertical-align: middle;
}
#zoom-plus {
border-radius: 8px 8px 0 0;
}
@ -188,7 +200,7 @@ div#position {
border-radius: 0 0 8px 8px;
}
div#shotcuts > img {
div#shotcuts>img {
margin: 20px 0;
width: 40px;
height: 40px;
@ -278,6 +290,6 @@ div#shotcuts > img {
display: none;
}
.tryInfoPanel > p {
.tryInfoPanel>p {
justify-content: center;
}
}