Teams of individual players: Teams composition page ok

This commit is contained in:
Claude Brisson
2025-01-26 01:28:44 +01:00
parent 8f8e23d5b1
commit 169546ae66
15 changed files with 193 additions and 44 deletions

View File

@@ -284,6 +284,21 @@
max-width: max(50vw, 20em);
}
#composition.multi-select .listitem {
cursor: default;
i.icon {
cursor: pointer;
@media (hover: hover) {
display: none;
}
}
&:hover {
i.icon {
display: inline;
}
}
}
/* pairing section */
#pairing-content {
@@ -345,7 +360,7 @@
}
}
}
#pairables {
#pairables, #teams {
margin-bottom: 1em;
}
#paired {
@@ -379,7 +394,7 @@
gap: 1em;
max-width: max(10em, 20vw);
}
#unpairables, #previous_games {
#unpairables, #previous_games, #composition {
display: flex;
flex-flow: column nowrap;
min-height: 10vh;