added websocket-driven notification-overlay

This commit is contained in:
2024-01-15 22:56:08 +01:00
parent cebf0db60c
commit d994fd25a0
5 changed files with 95 additions and 24 deletions

View File

@@ -75,4 +75,16 @@ hr {
100% {
transform: rotate(360deg);
}
}
}
.notification-container {
position: fixed;
top: 30%;
left: 50%;
transform: translateX(-50%);
z-index: 1000;
}
.notification {
margin-bottom: 20px; /* Fügen Sie bei Bedarf weitere Stile hinzu */
}