|
@@ -3975,17 +3975,14 @@ a.tag-link {
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
|
|
|
|
-@media only screen and (min-width: 1000px) and (max-width: 1700px) {
|
|
|
|
|
|
+@media only screen and (min-width: 1000px){
|
|
#gui-modes-map > div[rel] {
|
|
#gui-modes-map > div[rel] {
|
|
width: 10vw;
|
|
width: 10vw;
|
|
|
|
+ justify-content: left;
|
|
|
|
+ margin-top: -4px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-@media only screen and (min-width: 1700px) {
|
|
|
|
- #gui-modes-map > div[rel] {
|
|
|
|
- width: 200px;
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
|
|
|
|
/* #gui-modes-map>div[rel]:hover,
|
|
/* #gui-modes-map>div[rel]:hover,
|
|
.pinBottom.right .rightViewContainer>div:hover,
|
|
.pinBottom.right .rightViewContainer>div:hover,
|
|
@@ -4396,15 +4393,28 @@ a.tag-link {
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
|
|
|
|
-@media only screen and (min-width: 1000px) {
|
|
|
|
|
|
+@media only screen and (min-width: 1000px) and (max-width: 1700px) {
|
|
|
|
+ #play,
|
|
|
|
+ #pause {
|
|
|
|
+ /* width: 200px; */
|
|
|
|
+ /* margin-left: 5vw; */
|
|
|
|
+ justify-content: left;
|
|
|
|
+ margin-top: -4px;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@media only screen and (min-width: 1700px) and (max-width: 2200px) {
|
|
#play,
|
|
#play,
|
|
#pause {
|
|
#pause {
|
|
/* width: 200px; */
|
|
/* width: 200px; */
|
|
/* margin-left: 5vw; */
|
|
/* margin-left: 5vw; */
|
|
|
|
+ justify-content: left;
|
|
|
|
+ margin-top: -4px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
+
|
|
.tourSpinner {
|
|
.tourSpinner {
|
|
border-radius: 45px;
|
|
border-radius: 45px;
|
|
top: -10px;
|
|
top: -10px;
|
|
@@ -5255,7 +5265,7 @@ a.tag-link {
|
|
width: calc(100% - 19px);
|
|
width: calc(100% - 19px);
|
|
left: 10px;
|
|
left: 10px;
|
|
top: 10px;
|
|
top: 10px;
|
|
- padding-bottom: 10px;
|
|
|
|
|
|
+ /* padding-bottom: 10px; */
|
|
}
|
|
}
|
|
|
|
|
|
.tag-container.has-image:not(.has-text) .tag-text-content .tag-label,
|
|
.tag-container.has-image:not(.has-text) .tag-text-content .tag-label,
|
|
@@ -7398,6 +7408,7 @@ a.hasHover.tag-link:hover {
|
|
height: 350px;
|
|
height: 350px;
|
|
width: 550px;
|
|
width: 550px;
|
|
border-radius: 10px;
|
|
border-radius: 10px;
|
|
|
|
+ display: none;
|
|
}
|
|
}
|
|
|
|
|
|
#interaction-modal.desktop .interaction h2 {
|
|
#interaction-modal.desktop .interaction h2 {
|