summaryrefslogtreecommitdiff
path: root/play.css
diff options
context:
space:
mode:
authoriainp5 <iain.pearce.ip@gmail.com>2024-10-12 16:51:29 +0100
committeriainp5 <iain.pearce.ip@gmail.com>2024-10-12 16:51:29 +0100
commit48c6287c7a4251b9043877265cca98970e8f88be (patch)
tree456cb1d1ea91c8a899ae49b065e0c5d49f90ee30 /play.css
parent6e7a3c69a79ecca8e45df60b59a22de504e1a2f5 (diff)
download1989-dawn-of-freedom-48c6287c7a4251b9043877265cca98970e8f88be.tar.gz
Removed name unique from actions
Diffstat (limited to 'play.css')
-rw-r--r--play.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/play.css b/play.css
index 0e7ef68..535ba84 100644
--- a/play.css
+++ b/play.css
@@ -143,7 +143,7 @@ header.your_turn { background-color: orange; }
display: none;
}
-#events_panel, #played_card_panel, #table_panel, #samizdat_panel {
+#hand_panel, #events_panel, #played_card_panel, #table_panel, #samizdat_panel, #opp_hand_panel, #power_panel, #ceausescu_panel {
min-width: 200px;
width: auto;
/*display: inline-block;*/
@@ -571,7 +571,7 @@ left: 660px}
.discard_card, .event_card {
background-size: contain;
height: 150px;
- padding: 5px;
+ margin: 5px;
border-radius: 5px;
transition: transform .3s ease;
}