loading screen
parent
f769130f2e
commit
47320a7621
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue