From 8b17c136a9b4bfdf34f58f873aad90217b7d30ff Mon Sep 17 00:00:00 2001 From: Claude Brisson Date: Sat, 17 Feb 2024 21:39:41 +0100 Subject: [PATCH] Fix printing --- view-webapp/src/main/sass/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view-webapp/src/main/sass/main.scss b/view-webapp/src/main/sass/main.scss index 592c177..00c6d94 100644 --- a/view-webapp/src/main/sass/main.scss +++ b/view-webapp/src/main/sass/main.scss @@ -481,7 +481,7 @@ margin-top: 0.1em !important; } - #logo, #lang, .steps, #filter-box, #footer, #unpairables, #pairing-buttons, button, #standings-params, #logout, .pairing-stats, .result-sheets { + #logo, #lang, .steps, #filter-box, #footer, #unpairables, #pairing-buttons, button, #standings-params, #logout, .pairing-stats, .result-sheets, .toggle { display: none !important; }