Verschiebung wieder korrekt implementiert

This commit is contained in:
Borgal
2025-10-24 21:47:28 +02:00
parent 30d242afb8
commit 4ab4576ec8
2 changed files with 129 additions and 19 deletions

View File

@@ -62,4 +62,12 @@ pre {
/* Optional: Kleiner Abstand für bessere Lesbarkeit */
.collapse:not(.show) {
display: none;
}
.meeting-actions {
max-width: 500px;
margin-left: auto;
margin-right: auto;
flex-direction: column;
align-items: center;
}