Compare commits

..

2 Commits

Author SHA1 Message Date
c112a25409
move street view cover button to the map as circleControl
All checks were successful
default-pipeline default-pipeline #160
2021-05-02 15:04:14 +02:00
35cab17c21
make circle control items more general 2021-05-02 15:04:14 +02:00

View File

@ -445,11 +445,13 @@ 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;
@ -530,12 +532,6 @@ 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) {
@ -545,6 +541,12 @@ 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) {