Ajoute un mode competition a la configuration

This commit is contained in:
2026-04-12 20:04:41 +02:00
parent e1bfeb2b45
commit 9f98168934
3 changed files with 61 additions and 4 deletions

View File

@@ -452,6 +452,13 @@ textarea:focus {
box-shadow: none;
}
.competition-option {
min-height: 0;
gap: 0.25rem;
padding-top: 0.95rem;
padding-bottom: 0.95rem;
}
.setup-summary {
display: grid;
gap: 0.38rem;