This commit is contained in:
Henri Bourcereau 2026-06-08 21:05:56 +02:00
parent d3c0ecb5d4
commit 33d2163bab
3 changed files with 60 additions and 62 deletions

View file

@ -783,7 +783,7 @@ a:hover { text-decoration: underline; }
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
min-width: 0;
min-width: 4em;
}
.score-bars { display: flex; flex-direction: row; gap: 1.5rem; flex: 1; align-items: center; }
@ -2460,7 +2460,6 @@ a:hover { text-decoration: underline; }
justify-content: space-around;
align-items: center;
gap: 0.4rem;
flex: 1;
min-width: 0;
}
.ctrl-status .game-status {