diff options
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 14 |
1 files changed, 1 insertions, 13 deletions
@@ -234,22 +234,10 @@ body.Communist header.your_turn { background-color: hsl(355, 70%, 75%); } min-height: 350px; } -.panel:has(.panel_body:empty) { +.panel.autohide:has(.panel_body:empty) { display: none; } -#scoring_card_panel { - display: flex; - flex-direction: column; - width: 100%; -} - -#scoring_card_panel .card_row { - display: flex; - gap: 10px; -} - - /* CARD IMAGES */ #tooltip { |