From 44c7a1e92de6fa49960f1d5d25037d8c331c09b5 Mon Sep 17 00:00:00 2001 From: n1474335 Date: Fri, 4 Nov 2022 14:58:37 +0000 Subject: [PATCH] Output loading messages are displayed properly again --- src/web/html/index.html | 2 +- src/web/stylesheets/layout/_io.css | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/web/html/index.html b/src/web/html/index.html index 9cf3e878..f30636dd 100755 --- a/src/web/html/index.html +++ b/src/web/html/index.html @@ -324,7 +324,7 @@
-
+
diff --git a/src/web/stylesheets/layout/_io.css b/src/web/stylesheets/layout/_io.css index 9c64fe85..bd705056 100755 --- a/src/web/stylesheets/layout/_io.css +++ b/src/web/stylesheets/layout/_io.css @@ -188,10 +188,11 @@ bottom: 0; left: 0; width: 100%; + height: 100%; margin: 0; - background-color: var(--primary-background-colour); - visibility: hidden; + background-color: var(--secondary-background-colour); opacity: 0; + visibility: hidden; display: flex; justify-content: center; align-items: center;