Fix hotspot styles on mobile
Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
This commit is contained in:
@@ -136,3 +136,16 @@
|
|||||||
.prev-hs img {
|
.prev-hs img {
|
||||||
transform: scaleX(-1);
|
transform: scaleX(-1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (pointer: coarse) {
|
||||||
|
.Hotspot {
|
||||||
|
width: 60px;
|
||||||
|
height: 60px;
|
||||||
|
font-size: 40px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.HotspotAnnotation{
|
||||||
|
max-width: 240px;
|
||||||
|
width: auto;
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user