New sysadmin env var

This commit is contained in:
2026-01-13 21:21:28 +01:00
parent 559199d4e5
commit 467977ddac
5 changed files with 182 additions and 125 deletions

View File

@@ -978,6 +978,14 @@ button:disabled:hover {
flex-wrap: wrap;
}
.field-stack {
display: flex;
flex-direction: column;
gap: 6px;
flex: 1;
min-width: 220px;
}
.inline-form input {
flex: 1;
min-width: 220px;
@@ -988,6 +996,11 @@ button:disabled:hover {
color: #e2e8f0;
}
.form-helper {
font-size: 12px;
color: #94a3b8;
}
.card-section {
margin-top: 16px;
display: flex;
@@ -2037,6 +2050,14 @@ button:disabled:hover {
border: 1px solid #1f2937;
}
.stacked-list-item.empty {
justify-content: center;
color: #94a3b8;
font-size: 14px;
border-style: dashed;
background: rgba(15, 23, 42, 0.5);
}
.stacked-list-item .list-title {
margin: 0;
font-weight: 700;