fix: cockpit header — grille 5 colonnes compacte au lieu d'empilement vertical

This commit is contained in:
2026-03-20 16:07:08 +01:00
parent 9065b1c593
commit ed0f7b614a

View File

@@ -124,19 +124,17 @@
// --- Header cockpit (stats résumé) ---
.gp-cockpit-header {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
gap: 0.3rem;
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 0.2rem;
padding: 0.5rem;
}
.gp-stat {
display: flex;
flex-direction: column;
align-items: center;
gap: 0.1rem;
min-width: 3.5rem;
gap: 0.05rem;
}
// --- Progress bar ---