From 165e24da5f7ee17cc2fab27a27be02fa6b34907d Mon Sep 17 00:00:00 2001 From: Levi Date: Tue, 5 Nov 2024 12:20:22 +0100 Subject: [PATCH] Hide top bar on login page --- style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 1331a84..98b8088 100644 --- a/style.css +++ b/style.css @@ -47,7 +47,7 @@ -webkit-mask-image: none; } -/* --- Login Backdrop --- */ +/* --- Login Page --- */ #loginPage:after { background:url(https://levi.land/public/jf-login-bg.webp); filter: blur(8px); @@ -73,6 +73,12 @@ #loginPage #divUsers .card { width:8vw; } +body:has(#loginPage:not(.hide)) .skinHeader { + display: none !important; +} +body:not(:has(#loginPage:not(.hide))) .skinHeader { + display: flex !important; +} /* --- Mobile --- */ .layout-mobile #loginPage #divUsers .card {