summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
Diffstat (limited to 'play.html')
-rw-r--r--play.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/play.html b/play.html
index 9abff1a..82d6f28 100644
--- a/play.html
+++ b/play.html
@@ -248,11 +248,13 @@ body.shift .block.known:hover {
transform: translateY(1275px) rotate(-90deg);
transform-origin: 0 0;
}
- .mapwrap:not(.fit) .map .block.r0 { transform: rotate(90deg); }
+ body.shift .mapwrap:not(.fit) .map .block.known:hover {
+ transform: rotate(90deg) scale(2) !important;
+ }
+ .mapwrap:not(.fit) .map .block { transform: rotate(90deg); }
.mapwrap:not(.fit) .map .block.r1 { transform: rotate(0deg); }
.mapwrap:not(.fit) .map .block.r2 { transform: rotate(-90deg); }
.mapwrap:not(.fit) .map .block.r3 { transform: rotate(-180deg); }
- .mapwrap:not(.fit) .map .block:not(.known) { transform: rotate(90deg); }
}
/* BATTLE BOARD */