diff options
author | metamuffin <metamuffin@disroot.org> | 2023-10-21 21:12:05 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-10-21 21:12:05 +0200 |
commit | 3a58f62d819ef37be536d259461ce50d54b7c5ac (patch) | |
tree | 448160e19a9a7b86e78db377bfc9d9be2b4e031e /web/js-transition.css | |
parent | 704d65109a0a249583e49e600fef848934cfc13e (diff) | |
download | jellything-3a58f62d819ef37be536d259461ce50d54b7c5ac.tar jellything-3a58f62d819ef37be536d259461ce50d54b7c5ac.tar.bz2 jellything-3a58f62d819ef37be536d259461ce50d54b7c5ac.tar.zst |
transition errors
Diffstat (limited to 'web/js-transition.css')
-rw-r--r-- | web/js-transition.css | 18 |
1 files changed, 18 insertions, 0 deletions
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; +} |