Merge pull request #278 from kabakaev/fix-blank-login-page

fix blank login page regression
This commit is contained in:
Dionisio Pozo
2026-04-11 11:00:03 +02:00
committed by GitHub
+1 -2
View File
@@ -22,6 +22,5 @@ html[dir="rtl"] .fa-sign-out-alt {
}
/* Utility: hide elements without inline style="" (CSP-safe) */
.hidden {
/* biome-ignore lint/complexity/noImportantStyles: this case to overide the display when hiddenis selected */
display: none !important;
display: none;
}