mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-08-28 00:01:27 +02:00
Removed loading spinner
This commit is contained in:
@@ -18,13 +18,9 @@
|
||||
<title>{{ title }} • Directory Lister</title>
|
||||
|
||||
<div id="app" v-bind:class="{ dark: darkMode }">
|
||||
<div class="flex flex-col min-h-screen font-sans dark:bg-gray-800">
|
||||
<div class="flex flex-col min-h-screen font-sans dark:bg-gray-800" v-cloak>
|
||||
{% block content %}{% endblock %}
|
||||
</div>
|
||||
|
||||
<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>
|
||||
|
||||
<script src="{{ asset('app.js') }}"></script>
|
||||
|
Reference in New Issue
Block a user