From 08adea8de7a35f3c989f73257662e65a53b27fac Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 29 Dec 2022 16:44:13 +0100 Subject: And lots of bug fixes. --- play.html | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'play.html') diff --git a/play.html b/play.html index bc6e6ac..64dbc10 100644 --- a/play.html +++ b/play.html @@ -69,7 +69,12 @@ header.your_turn { background-color: orange; } gap: 18px; } -.court { +.court_panel { + max-width: fit-content; + min-width: min(1275px, 100%); +} + +.court_body { gap: 24px; } @@ -301,7 +306,7 @@ body.Teutons #plan_actions .russian { display: none } z-index: 4; } -.mat.besieged .background { +.court_body .mat.besieged .background { filter: grayscale(50%) } @@ -1315,9 +1320,9 @@ body.shift .mustered_vassals { -
+
Lords
-
+
@@ -1326,9 +1331,9 @@ body.shift .mustered_vassals {
-
+
Lords
-
+
-- cgit v1.2.3