From e86fbf3dccea6aa7d58a7ab09396fcf35506656e Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sun, 23 Mar 2025 11:39:18 +0100 Subject: Always show Hand panel. --- play.css | 6 +++++- play.html | 10 +++++----- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/play.css b/play.css index e2a0109..48223ac 100644 --- a/play.css +++ b/play.css @@ -88,7 +88,11 @@ body header.fascist.your_turn { background-color: hsl(30, 35%, 65%); } /* PANELS */ -.panel:has(.panel_body:empty) { +.panel.autohide:has(.panel_body:empty) { + display: none; +} + +body.Observer #hand_panel { display: none; } diff --git a/play.html b/play.html index 8000203..393b9c7 100644 --- a/play.html +++ b/play.html @@ -48,12 +48,12 @@ -
+
Fascist Cards
-
+
Trash
@@ -64,17 +64,17 @@
-
+
Anarchist Tableau
-
+
Communist Tableau
-
+
Moderate Tableau
-- cgit v1.2.3