Compare commits

..

2 Commits

Author SHA1 Message Date
c4c03d5dfb
move street view cover button to the map as circleControl
All checks were successful
default-pipeline default-pipeline #159
2021-05-02 14:54:00 +02:00
26c5a78b90
make circle control items more general 2021-05-02 14:53:50 +02:00

View File

@ -445,13 +445,11 @@ div.box {
.circleControl { .circleControl {
position: absolute; position: absolute;
width: 60px;
bottom: 20px; bottom: 20px;
right: 10px; right: 10px;
} }
.circleControl .controlItem { .circleControl .controlItem {
height: 60px;
margin-top: 10px; margin-top: 10px;
opacity: 70%; opacity: 70%;
cursor: pointer; cursor: pointer;
@ -532,6 +530,12 @@ div.box {
padding-left: 20px; padding-left: 20px;
padding-right: 20px; padding-right: 20px;
} }
.circleControl {
width: 60px;
}
.circleControl .controlItem {
height: 60px;
}
} }
@media screen and (max-height: 399px) { @media screen and (max-height: 399px) {
@ -541,12 +545,6 @@ div.box {
padding-top: 10px; padding-top: 10px;
padding-bottom: 10px; padding-bottom: 10px;
} }
.circleControl {
width: 45px;
}
.circleControl .controlItem {
height: 45px;
}
} }
@media screen and (min-height: 400px) and (max-height: 499px) { @media screen and (min-height: 400px) and (max-height: 499px) {