"Refactor database connection and style CSS in admin template (feat)"

This commit is contained in:
2025-05-29 16:03:53 +02:00
parent 8f4814f4bb
commit ec4028546e
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -11,7 +11,7 @@
<script src="{{ url_for('static', filename='js/admin-live.js') }}" defer></script>
<!-- Loading Overlay -->
<div id="loading-overlay" class="fixed inset-0 bg-black/50 backdrop-blur-sm z-50 flex items-center justify-center hidden">
<div id="loading-overlay" class="fixed inset-0 backdrop-blur-sm z-50 flex items-center justify-center hidden">
<div class="bg-white dark:bg-slate-800 rounded-2xl p-8 shadow-2xl">
<div class="flex items-center space-x-4">
<div class="animate-spin rounded-full h-8 w-8 border-b-2 border-blue-500"></div>