Fix hotspot styles on mobile

Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
This commit is contained in:
2024-10-31 19:30:43 -07:00
parent d59958f110
commit 75b5b1b279

View File

@@ -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;
}
}