From c1afcdc0dc4e59cb2ce1e8c65b69c5647f2132f3 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Tue, 24 Oct 2023 13:35:33 +0200 Subject: show spinner placeholder --- web/js-transition.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'web/js-transition.css') diff --git a/web/js-transition.css b/web/js-transition.css index 56a891e..dbb80f0 100644 --- a/web/js-transition.css +++ b/web/js-transition.css @@ -32,6 +32,15 @@ font-size: large; z-index: 11; } +.jst-spinner { + position: fixed; + top: 50vh; + left: 50vw; + transform: translate(-50%, -50%); + color: rgb(252, 255, 78); + font-size: large; + z-index: 11; +} nav { z-index: 11; } -- cgit v1.2.3-70-g09d2