Hide top bar on login page
This commit is contained in:
parent
9e0d378112
commit
165e24da5f
1 changed files with 7 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue