diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-10-12 16:51:29 +0100 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-10-12 16:51:29 +0100 |
commit | 48c6287c7a4251b9043877265cca98970e8f88be (patch) | |
tree | 456cb1d1ea91c8a899ae49b065e0c5d49f90ee30 /play.css | |
parent | 6e7a3c69a79ecca8e45df60b59a22de504e1a2f5 (diff) | |
download | 1989-dawn-of-freedom-48c6287c7a4251b9043877265cca98970e8f88be.tar.gz |
Removed name unique from actions
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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;
}
|