From eb1becac4142d022fea2977a0c0caebac520e56a Mon Sep 17 00:00:00 2001 From: William Daniau Date: Mon, 21 Oct 2019 15:01:08 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20d'une=20taille=20mini=20du=20header=20p?= =?UTF-8?q?our=20le=20cas=20o=C3=B9=20il=20n'y=20a=20aucune=20icone.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/html/Wize.html | 1 + templates/html/Wize_with_index.html | 1 + templates/html/Wize_with_index_sod.html | 1 + 3 files changed, 3 insertions(+) diff --git a/templates/html/Wize.html b/templates/html/Wize.html index 737ccfa..03f3944 100644 --- a/templates/html/Wize.html +++ b/templates/html/Wize.html @@ -51,6 +51,7 @@ top:0; background:white; z-index: 1; + min-height:48px; } hr{ diff --git a/templates/html/Wize_with_index.html b/templates/html/Wize_with_index.html index cede819..bcad2b2 100644 --- a/templates/html/Wize_with_index.html +++ b/templates/html/Wize_with_index.html @@ -78,6 +78,7 @@ top:0; background:white; z-index: 1; + min-height:48px; } hr{ diff --git a/templates/html/Wize_with_index_sod.html b/templates/html/Wize_with_index_sod.html index 324dc29..8fdf283 100644 --- a/templates/html/Wize_with_index_sod.html +++ b/templates/html/Wize_with_index_sod.html @@ -86,6 +86,7 @@ top:0; background:white; z-index: 1; + min-height:48px; } hr{ -- 2.16.4