Review paired list content layout ; ESC for unselection

This commit is contained in:
Claude Brisson
2024-01-18 06:57:34 +01:00
parent b261e56807
commit 897246c7a6
3 changed files with 61 additions and 27 deletions

View File

@@ -202,6 +202,22 @@
}
}
}
#paired {
.listitem {
position: relative;
gap: 0;
.table, .handicap {
width: 3em;
}
.black, .white {
width: 45%;
}
.levels {
width: 6em;
}
}
}
#pairing-buttons {
display: flex;
flex-flow: column nowrap;