diff options
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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;
}
|