From 7f1a36fc5dea9d121b30f3a2c1b235b6f1b43304 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Thu, 31 Mar 2022 09:38:13 +0200 Subject: [PATCH] fix: use vh for height --- .../ui-templates/templates/error-dev/index.html | 4 +++- .../ui-templates/templates/loading/index.html | 17 +++++++---------- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/packages/ui-templates/templates/error-dev/index.html b/packages/ui-templates/templates/error-dev/index.html index 24fe449e2d..75cda9bfb4 100644 --- a/packages/ui-templates/templates/error-dev/index.html +++ b/packages/ui-templates/templates/error-dev/index.html @@ -10,11 +10,13 @@ background: linear-gradient(45deg, #00DC82 0%, #36E4DA 50%, #0047E1 100%); opacity: 0.8; filter: blur(30vh); + height: 60vh; + bottom: -40vh; } -
+

{{ messages.statusCode }}

{{ messages.description }}

diff --git a/packages/ui-templates/templates/loading/index.html b/packages/ui-templates/templates/loading/index.html index 93fad12e50..b09b73ce67 100644 --- a/packages/ui-templates/templates/loading/index.html +++ b/packages/ui-templates/templates/loading/index.html @@ -6,23 +6,20 @@ -
-
+
-
+