Affiche le temps joueur en mode Time

This commit is contained in:
2026-04-12 19:59:05 +02:00
parent f5570cea25
commit c84aa750ae
3 changed files with 12 additions and 2 deletions

View File

@@ -360,6 +360,10 @@ p {
gap: 0.45rem;
}
.field[hidden] {
display: none;
}
.span-2 {
grid-column: 1 / -1;
}
@@ -1316,6 +1320,10 @@ body[data-page="cube"] .zone-button.cube-hold-ready::after {
}
}
body.time-setup-mode .timing-grid {
grid-template-columns: minmax(0, 1fr);
}
@media (max-width: 640px) {
body[data-page="setup"] .setup-shell {
width: min(100% - 0.5rem, 100%);