Add admin presence timing settings
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user