diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-10-12 14:21:30 +0100 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-10-12 14:21:30 +0100 |
commit | 6e7a3c69a79ecca8e45df60b59a22de504e1a2f5 (patch) | |
tree | a7e77ca67b34b1ce10e47048c81d4219f584878e /play.css | |
parent | db5c4c7f8e937b6527a04b097f1c4c61f94ae9c5 (diff) | |
download | 1989-dawn-of-freedom-6e7a3c69a79ecca8e45df60b59a22de504e1a2f5.tar.gz |
Updates to events handling
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -143,7 +143,7 @@ header.your_turn { background-color: orange; } display: none;
}
-#events_panel, #played_card_panel, #table_panel {
+#events_panel, #played_card_panel, #table_panel, #samizdat_panel {
min-width: 200px;
width: auto;
/*display: inline-block;*/
|