loading screen

main
alexanderroese 2024-06-22 13:05:20 +02:00
parent f769130f2e
commit 47320a7621
1 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,6 @@
{% elsif content_type == 'head' %}
<style>
#shx-loading-screen {
display: block;
position: fixed;
top: 0;
left: 0;
@ -17,6 +16,9 @@
z-index: 99999;
transition: opacity 0.3s ease;
opacity: 1;
display: flex;
align-items: center;
justify-content: center;
pointer-events: none;
}