Kleine änderungen
All checks were successful
/ build (push) Successful in 6m43s

This commit is contained in:
Carsten Graf
2026-02-21 15:37:54 +01:00
parent a67e29b9e4
commit 76b492606e
13 changed files with 119 additions and 3863 deletions

View File

@@ -471,6 +471,13 @@ body {
overflow: visible;
}
.status.large-status.ready {
font-size: clamp(2rem, 8vw, 8rem) !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
}
.status.finished {
background-color: rgba(73, 186, 228, 0.3);
border: 2px solid #49bae4;
@@ -479,7 +486,6 @@ body {
.status.ready {
background-color: rgb(0 165 3 / 54%);
border: 2px solid #06ff00;
animation: pulse 1s infinite;
}
.status.armed {