Persistent dialog state and recap for registration, some fixes for printing pairing

This commit is contained in:
Claude Brisson
2024-01-21 16:37:19 +01:00
parent 8c719d2fc7
commit fdf39612ff
7 changed files with 75 additions and 24 deletions

View File

@@ -54,6 +54,13 @@
/* registration section */
#list-header {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
margin: 0 1em;
}
#players-list {
max-width: 95vw;
overflow-x: auto;
@@ -229,6 +236,9 @@
background-color: rgba(100,200,255,200);
cursor: grab;
}
&:not(.selected):nth-child(2n) {
background-color: rgba(0,0,50,.1)
}
}
}
#pairables {