shx-3d-render

main
Jan Umbach 2024-06-19 18:17:11 +02:00
parent 8a090fe2ea
commit 7d5c4ebd91
1 changed files with 12 additions and 3 deletions

View File

@ -3,8 +3,8 @@
{% if content_type == 'body' %}
<div class="shx-loading-spinner-Container">
{% render 'shx-logo', class_name:"shx-loading-spinner-mainIcon", width:"200px"%}
<p>Lade Vorschau...</p>
{% render 'shx-logo', class_name:"shx-loading-spinner-mainIcon shx-loading-spinner-unclickable", width:"200px"%}
<p class="shx-loading-spinner-unclickable">Lade Vorschau</p>
</div>
{% elsif content_type == 'head' %}
@ -37,7 +37,16 @@
backdrop-filter: blur(10px);
transition: all 0.5s;
}
.shx-loading-spinner-Container-done {
opacity: 0;
pointer-events: none;
}
.shx-loading-spinner-unclickable {
pointer-events: none;
}
.shx-loading-spinner-mainIcon {