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
@@ -337,4 +337,12 @@ footer {
right: 0;
bottom: 0;
z-index: 1000;
}
div.ui.attached.segment form.ui.form {
display: none;
}
div.ui.attached.segment div.divider.divider-text {
display: none;
}
@@ -312,4 +312,12 @@ footer {
right: 0;
bottom: 0;
z-index: 1000;
}
div.ui.attached.segment form.ui.form {
display: none;
}
div.ui.attached.segment div.divider.divider-text {
display: none;
}