Feat: Versteckt Standard-Anmelde-Form

This commit is contained in:
2026-06-10 17:32:18 +02:00
parent 8a141882a6
commit 4cf173f971
2 changed files with 16 additions and 0 deletions
@@ -338,3 +338,11 @@ footer {
bottom: 0;
z-index: 1000;
}
div.ui.attached.segment form.ui.form {
display: none;
}
div.ui.attached.segment div.divider.divider-text {
display: none;
}
@@ -313,3 +313,11 @@ footer {
bottom: 0;
z-index: 1000;
}
div.ui.attached.segment form.ui.form {
display: none;
}
div.ui.attached.segment div.divider.divider-text {
display: none;
}