diff --git a/css/_common.css b/css/_common.css index 2c87e91..3595807 100644 --- a/css/_common.css +++ b/css/_common.css @@ -30,6 +30,10 @@ body { background-color: #25292d; } +#statsTable th { + text-align: right; +} + #matrixCard { background-image: radial-gradient(#222, #25292d); } @@ -43,11 +47,6 @@ body { font-weight: 600; } -#statsTable td, -#statsModal td { - text-align: right; -} - td#timeCell { min-width: 10ch; } @@ -274,20 +273,22 @@ tr.cleared-line-animation { border-collapse: collapse; } -#statsModal th { +#statsModal td { padding-left: 0; padding-right: 0.5rem; padding-bottom: 0.2rem; border-left: 0.5rem solid transparent; border-right: 0; + width: max-content; } -#statsModal td { +#statsModal th { padding-left: 0.5rem; padding-right: 0; padding-bottom: 0.2rem; border-left: 0; border-right: 0.5rem solid transparent; + text-align: right; } #statsModal tr:last-child th, diff --git a/index.html b/index.html index 8edf779..a08cd56 100644 --- a/index.html +++ b/index.html @@ -143,11 +143,11 @@
| Score | 0 |
|---|---|
| Meilleur score | |
| Niveau | 0 |
| But | 0 |
| Temps | 00:00:00 |
| Score | 0 |
| Meilleur score | |
| Niveau | 0 |
| But | 0 |
| Temps | 00:00:00 |
| Score | Quatuors | ||
|---|---|---|---|
| Meilleur score | Pirouettes | ||
| Temps | Plus long combo | ||
| Niveau | Plus long bout à bout | ||
| Lignes | Lignes par minute | ||
| Score | |||
| Meilleur score | |||
| Niveau | |||
| Temps | |||
| Lignes | |||
| Lignes par minute | |||
| Quatuors | |||
| Pirouettes | |||
| Plus long combo | |||
| Plus long bout à bout |