fix the screen fader not fading properly

This commit is contained in:
b1ek 2024-01-18 01:23:52 +10:00
parent 584c502600
commit 82559e0e85
Signed by: blek
GPG Key ID: 14546221E3595D0C
2 changed files with 6 additions and 1 deletions

View File

@ -32,6 +32,7 @@
</a> </a>
</p> </p>
</div> </div>
{% block root %} {% endblock %}
<script src='/script/cursor.min.js' type='application/javascript'></script> <script src='/script/cursor.min.js' type='application/javascript'></script>
<script> <script>

View File

@ -11,6 +11,10 @@
{{ section.content | safe }} {{ section.content | safe }}
</div> </div>
{% endblock content %}
{% block root %}
<div class='screen fader'> <div class='screen fader'>
<p> <p>
<img src='/load.gif' width='46px' height='48px' style='margin-bottom:8px' /><br/> <img src='/load.gif' width='46px' height='48px' style='margin-bottom:8px' /><br/>
@ -25,4 +29,4 @@
</p> </p>
</div> </div>
{% endblock content %} {% endblock root %}