summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2021-12-15 13:20:34 +0100
committerTor Andersson <tor@ccxvii.net>2022-11-16 19:19:39 +0100
commit8b44889e040b5630a7e0be707fb349cd4d32b01e (patch)
tree26c645be91c85538e1379bd12cb1e8de4c0b41dd
parentd2fbe586e9f5fad656d1c0f70f6986ec7873c519 (diff)
downloadcrusader-rex-8b44889e040b5630a7e0be707fb349cd4d32b01e.tar.gz
crusader: Show upright badges in landscape mode.
-rw-r--r--play.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/play.html b/play.html
index 8481404..9abff1a 100644
--- a/play.html
+++ b/play.html
@@ -252,6 +252,7 @@ body.shift .block.known:hover {
.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 */