mirror of
https://github.com/imgfloat/server.git
synced 2026-02-05 03:39:26 +00:00
New sysadmin env var
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user