Fix admin ops status refresh
All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 12s

This commit is contained in:
Kroonk
2026-05-21 17:16:58 +02:00
parent 5b252f17fd
commit d62224366b
4 changed files with 38 additions and 23 deletions

View File

@@ -573,6 +573,12 @@ main {
color: #fde68a;
}
.ops-divider {
height: 1px;
margin: 2px 0;
background: var(--border);
}
.usage-bar {
height: 7px;
overflow: hidden;