diff options
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -125,12 +125,9 @@ main { align-items: start; } -/* S37 Inkerman - The Fog */ -[data-card="225B"] .slot_sticks { display: none } - -/* S?? XXX - Retreat to Nivelles */ -[data-card="237A"] .slot_dice { height: 32px; } -[data-card="237A"] .slot_sticks { height: 55px; } +/* S38 Fleurus - Retreat to Nivelles */ +[data-card="237A"] .slot_cubes:empty { display: none } +[data-card="237A"] .slot_cubes:not(:empty) ~ .slot_sticks { display: none } .slot_sticks { margin: 12px; |