diff --git a/assets/css/dashboard.css b/assets/css/dashboard.css index 0a6cfed..a947949 100644 --- a/assets/css/dashboard.css +++ b/assets/css/dashboard.css @@ -2725,6 +2725,7 @@ input[type="checkbox"]:checked { justify-content: center; transition: opacity 0.5s; } +.boot-overlay--fade-out { opacity: 0; } #boot-text { font-family: var(--font-mono); diff --git a/views/DashboardView.php b/views/DashboardView.php index 41c5727..fd42bbe 100644 --- a/views/DashboardView.php +++ b/views/DashboardView.php @@ -63,7 +63,7 @@ $nonce = SecurityHeadersMiddleware::getNonce(); i++; } else { setTimeout(() => { - bootOverlay.style.opacity = '0'; + bootOverlay.classList.add('boot-overlay--fade-out'); setTimeout(() => bootOverlay.remove(), 500); }, 500); clearInterval(interval); diff --git a/views/admin/ApiKeysView.php b/views/admin/ApiKeysView.php index 0e3a2e1..7ea4933 100644 --- a/views/admin/ApiKeysView.php +++ b/views/admin/ApiKeysView.php @@ -66,7 +66,7 @@ $nonce = SecurityHeadersMiddleware::getNonce(); -