From 75ee5288bd806a75850933e7d7d72274b6b40b09 Mon Sep 17 00:00:00 2001 From: JonathanMM Date: Mon, 17 Jan 2022 22:02:26 +0100 Subject: [PATCH] =?UTF-8?q?Close=20#20:=20=C3=89viter=20les=20sauts=20pend?= =?UTF-8?q?ant=20le=20chargement=20de=20la=20grille?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 2 +- public/jeu.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index 5d9fe92..6ec26df 100644 --- a/public/index.html +++ b/public/index.html @@ -40,7 +40,7 @@

Résumé de ta partie Partager


       
-      
+
Chargement de la grille en cours…
A
diff --git a/public/jeu.css b/public/jeu.css index 5cfd049..60ecea7 100644 --- a/public/jeu.css +++ b/public/jeu.css @@ -74,6 +74,7 @@ h1 { margin-left: auto; margin-right: auto; background-color: var(--couleur-fond-grille); + min-height: calc(6 * var(--taille-cellule) + 12 * var(--epaisseur-bordure-cellule)); } #grille table {