mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-08-28 08:10:51 +02:00
Removed unecessary class
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
{% block content %}{% endblock %}
|
||||
</div>
|
||||
|
||||
<div class="fixed inset-0 flex flex-col justify-center items-center min-h-screen bg-gray-800 bg-opacity-90 p-4 z-50" v-show="loading">
|
||||
<div class="fixed inset-0 flex flex-col justify-center items-center bg-gray-900 bg-opacity-90 p-4 z-50" v-show="loading">
|
||||
<i class="fas fa-spinner fa-pulse fa-5x text-white"></i>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user