From 0d09d30e9d34100c60b54e7a264b7430cf756347 Mon Sep 17 00:00:00 2001 From: iainp5 Date: Thu, 10 Oct 2024 16:39:03 +0100 Subject: Added permanently removed view --- play.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'play.css') diff --git a/play.css b/play.css index c6693d2..a3c3606 100644 --- a/play.css +++ b/play.css @@ -141,7 +141,7 @@ header.your_turn { background-color: orange; } display: flex; } -#discard_panel { +#discard_panel, #removed_panel { min-width: 200px; width: auto; display: inline-block; @@ -149,7 +149,7 @@ header.your_turn { background-color: orange; } border-radius: 5px; } -#discard_panel.hide { +#discard_panel.hide, #removed_panel.hide { display: none; } -- cgit v1.2.3