fix: cockpit header — grille 5 colonnes compacte au lieu d'empilement vertical
This commit is contained in:
@@ -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 ---
|
||||
|
||||
Reference in New Issue
Block a user