Created standardized Popup-Window

Moved Update-functions for Queue-Status and Monitoring-list to their respective modules
This commit is contained in:
2024-10-20 17:27:02 +02:00
parent 1304bc750a
commit fcc1ff392c
10 changed files with 166 additions and 135 deletions

View File

@ -11,6 +11,7 @@ footer {
position: fixed;
bottom: 0;
color: white;
z-index: 10;
}
#madeWith {
@ -20,19 +21,20 @@ footer {
cursor: url("Website/media/blahaj.png"), grab;
}
footer div {
footer .statusBadge {
margin: 0 10px;
display: flex;
align-items: center;
justify-items: center;
background-color: rgba(255,255,255, 0.3);
border-radius: 10px;
padding: 0 5px;
padding: 2px 5px;
}
footer div > * {
margin: 0 2px;
padding: 3px 0;
footer > div {
display: flex;
align-items: center;
justify-items: center;
}
footer .hoverHand {