From 6a1985d5796a8ab00b7168bd8867d15873db224a Mon Sep 17 00:00:00 2001 From: Levi Date: Sat, 15 Mar 2025 14:38:23 +0100 Subject: [PATCH] Update scyfin-wll.css --- scyfin-wll.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/scyfin-wll.css b/scyfin-wll.css index e956011..67c114c 100644 --- a/scyfin-wll.css +++ b/scyfin-wll.css @@ -1277,8 +1277,6 @@ div[class=""] { /* Login page */ #loginPage:after { - background: url(https://levi.land/public/jf-login-bg.webp); - filter: blur(8px); background-size: cover; content: ""; height: 100vh; @@ -1295,7 +1293,7 @@ div[class=""] { min-width: 40vw; padding: 0 !important; position: absolute; - top: 50%; + top: 4rem; transform: translate(-50%, 0%); z-index: 2; } @@ -1321,7 +1319,6 @@ body:not(:has(#loginPage:not(.hide))) .skinHeader { width: 95vw; } - /* Dialog box */ .dialog { background-color: var(--secondary-background-color) !important;