From 8b44889e040b5630a7e0be707fb349cd4d32b01e Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 15 Dec 2021 13:20:34 +0100 Subject: crusader: Show upright badges in landscape mode. --- play.html | 1 + 1 file changed, 1 insertion(+) (limited to 'play.html') 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 */ -- cgit v1.2.3