Review printing

This commit is contained in:
Claude Brisson
2024-06-17 12:09:56 +02:00
parent 8adbaf014f
commit d4a937a2f6
8 changed files with 117 additions and 31 deletions

View File

@@ -99,13 +99,13 @@
background-color: #D0FFD0;
}
.participation {
white-space: nowrap;
/* white-space: nowrap; */
.ui.label {
cursor: pointer;
font-size: 0.8rem;
min-width: 2em;
min-height: 2em;
padding: .5em !important;
padding: .5em;
line-height: 1em;
text-align: center;
border-radius: 500rem;
@@ -360,7 +360,14 @@
width: 6em;
}
}
}
#print-pairables {
width: 100%;
display: none;
}
#print-pairings {
width: 100%;
display: none;
}
.pairing-buttons {
display: flex;