Add admin presence timing settings

This commit is contained in:
rajchales-monito
2026-07-30 13:20:02 +02:00
parent 0adcd8d37f
commit e80d1f5f9f
4 changed files with 114 additions and 15 deletions
+10
View File
@@ -1328,6 +1328,16 @@ label { display: grid; gap: 6px; color: var(--muted); font-size: 13px; }
padding: 0;
accent-color: var(--brand);
}
.seconds-field {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
gap: 7px;
align-items: center;
}
.seconds-field span {
color: var(--muted);
font-size: 12px;
}
pre {
white-space: pre-wrap;
overflow: auto;