Show previous games on focused pairable

This commit is contained in:
Claude Brisson
2024-08-19 16:45:36 +02:00
parent 38f2c445bb
commit 02af8466cb
6 changed files with 61 additions and 7 deletions

View File

@@ -91,6 +91,7 @@
#players-list {
max-width: 95vw;
font-size: smaller;
#players {
tr.filtered {
display: none;
@@ -331,6 +332,7 @@
gap: 1em;
cursor: pointer;
user-select: none;
font-size: smaller;
&:hover {
background-color: rgba(50, 50, 50, .2);
}
@@ -377,7 +379,7 @@
gap: 1em;
max-width: max(10em, 20vw);
}
#unpairables {
#unpairables, #previous_games {
display: flex;
flex-flow: column nowrap;
min-height: 10vh;
@@ -424,6 +426,7 @@
}
#results-list {
font-size: smaller;
text-align: center;
.player, .result {
background-color: unset;
@@ -481,6 +484,7 @@
}
}
#standings-container {
font-size: smaller;
max-width: 95vw;
}