summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2021-06-19 16:47:10 +0200
committerTor Andersson <tor@ccxvii.net>2023-02-18 12:12:42 +0100
commitbee5fc255cac42f6b35dca4c6fd40b0f47bf9401 (patch)
tree6233f98d244ee37d53dd1d98fa163ca37761584d /play.html
parent1e8f7fb9cce7fe6829c2cb807c0b7e7d18d27d20 (diff)
downloadshores-of-tripoli-bee5fc255cac42f6b35dca4c6fd40b0f47bf9401.tar.gz
tripoli: Hide empty hand display for Observers.
Diffstat (limited to 'play.html')
-rw-r--r--play.html3
1 files changed, 3 insertions, 0 deletions
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;