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 @@
- - - - - + + + + +
Score0
Meilleur
score
Niveau0
But 0
Temps 00:00:00
Score0
Meilleur
score
Niveau0
But 0
Temps 00:00:00
@@ -226,11 +226,16 @@