mirror of
https://github.com/imgfloat/server.git
synced 2026-02-05 03:39:26 +00:00
Improve rdd proc
This commit is contained in:
@@ -695,6 +695,11 @@ body {
|
||||
margin: 6px 0 0;
|
||||
}
|
||||
|
||||
.subtle-text {
|
||||
color: #94a3b8;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.panel-section {
|
||||
margin-top: 12px;
|
||||
padding: 14px;
|
||||
@@ -720,6 +725,31 @@ body {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.field-note {
|
||||
margin: 0;
|
||||
color: #94a3b8;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.stacked-field {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 6px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.label-row {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.value-hint {
|
||||
color: #cbd5e1;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.asset-list {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@@ -938,6 +968,11 @@ body {
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
.control-grid.split-row {
|
||||
grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
|
||||
margin-top: 6px;
|
||||
}
|
||||
|
||||
.control-grid.three-col {
|
||||
grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
|
||||
}
|
||||
@@ -949,6 +984,11 @@ body {
|
||||
color: #cbd5e1;
|
||||
}
|
||||
|
||||
.control-grid .inline-toggle {
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.control-grid input[type="number"],
|
||||
.control-grid input[type="range"] {
|
||||
padding: 8px;
|
||||
|
||||
Reference in New Issue
Block a user