Add a tournament overview dialog

This commit is contained in:
Claude Brisson
2024-04-13 23:15:42 +02:00
parent 9e09a0edef
commit 7837daf973
6 changed files with 85 additions and 3 deletions

View File

@@ -532,11 +532,12 @@
}
#title {
position: relative;
font-size: 1rem !important;
margin-top: 0.1em !important;
}
#logo, #lang, .steps, #filter-box, #reglist-mode, #footer, #unpairables, #pairing-buttons, button, #standings-params, #logout, .pairing-stats, .result-sheets, .toggle {
#logo, #lang, .steps, #filter-box, #reglist-mode, #footer, #unpairables, #pairing-buttons, button, #standings-params, #logout, .pairing-stats, .result-sheets, .toggle, #overview {
display: none !important;
}