From bee5fc255cac42f6b35dca4c6fd40b0f47bf9401 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 19 Jun 2021 16:47:10 +0200 Subject: tripoli: Hide empty hand display for Observers. --- play.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/play.html b/play.html index e26e5be..638358e 100644 --- a/play.html +++ b/play.html @@ -44,6 +44,9 @@ border-bottom: 2px dotted gainsboro; } +.Observer ~ .grid_center > #hand_cards { display: none; } +.Observer ~ .grid_center > .hand_separator { display: none; } + .card { width: 250px; height: 350px; -- cgit v1.2.3