From 3a58f62d819ef37be536d259461ce50d54b7c5ac Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sat, 21 Oct 2023 21:12:05 +0200 Subject: transition errors --- web/js-transition.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'web/js-transition.css') diff --git a/web/js-transition.css b/web/js-transition.css index 54a899f..867e30c 100644 --- a/web/js-transition.css +++ b/web/js-transition.css @@ -14,3 +14,21 @@ background-color: transparent; } } + +.jst-fade { + position: fixed; + left: 0px; + top: 0px; + width: 100vw; + height: 100vh; + z-index: 100; +} +.jst-error { + position: fixed; + top: 50vh; + left: 50vw; + transform: translate(-50%, -50%); + color: rgb(247, 69, 69); + font-size: large; + z-index: 101; +} -- cgit v1.2.3-70-g09d2