From 67606c621d421cd2a5781928d94f3568cca78268 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 10 May 2023 01:01:47 +0200 Subject: New panels. --- play.html | 30 +++++++++++++++++++----------- 1 file changed, 19 insertions(+), 11 deletions(-) (limited to 'play.html') diff --git a/play.html b/play.html index c918959..2c451cc 100644 --- a/play.html +++ b/play.html @@ -48,16 +48,24 @@ body.Versailles header.your_turn { background-color: skyblue; } gap: 20px; } -#hand, #final, #discard, #objective, #set_aside { +#hand, #discard, #set_aside, #commune_cards, #versailles_cards { min-height: 350px; } #hand { min-width: 1060px } -#final { min-width: 250px } -#objective { min-width: 520px } +#commune_cards { min-width: 790px } +#versailles_cards { min-width: 790px } #set_aside { min-width: 790px } #discard { min-width: 250px } +#commune_cards_header { + background-color: #633; +} + +#versailles_cards_header { + background-color: #345; +} + #hand, #set_aside { flex-grow: 1 } @@ -447,19 +455,19 @@ body.Observer #set_aside_panel { display: none }
-
-
Final
-
-
-
Discard
-
-
Objective
-
+
+
Versailles
+
+
+ +
+
Commune
+
-- cgit v1.2.3