Tighten registration controls and fusion display
This commit is contained in:
@@ -730,6 +730,13 @@ button {
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.fusion-save-actions {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.fusion-control-row,
|
||||
.mapping-toolbar {
|
||||
justify-content: space-between;
|
||||
@@ -771,12 +778,16 @@ button {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, minmax(0, 1fr));
|
||||
gap: 8px;
|
||||
margin: 0 0 10px;
|
||||
margin: 0 0 12px;
|
||||
border-radius: 12px;
|
||||
background: rgba(148, 163, 184, 0.08);
|
||||
padding: 6px;
|
||||
}
|
||||
|
||||
.tool-pane > .display-segmented:first-child {
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
#modelDetailControls {
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
}
|
||||
@@ -1471,6 +1482,11 @@ input[type="range"] {
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.auto-settings-panel {
|
||||
display: grid;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.wide-action {
|
||||
width: 100%;
|
||||
min-height: 34px;
|
||||
@@ -1508,6 +1524,12 @@ input[type="range"] {
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
.compact-title {
|
||||
min-height: 28px;
|
||||
margin-top: 4px;
|
||||
background: rgba(15, 22, 32, 0.64);
|
||||
}
|
||||
|
||||
.empty-state {
|
||||
padding: 22px;
|
||||
color: var(--muted);
|
||||
@@ -1571,6 +1593,19 @@ input[type="range"] {
|
||||
margin-top: 12px;
|
||||
}
|
||||
|
||||
.tool-pane .auto-config-grid,
|
||||
.tool-pane .auto-weight-grid {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
.tool-pane .auto-config-grid {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.tool-pane .auto-weight-grid {
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.auto-config-grid section,
|
||||
.auto-weight-grid {
|
||||
border: 1px solid rgba(148, 163, 184, 0.18);
|
||||
@@ -1602,9 +1637,9 @@ input[type="range"] {
|
||||
}
|
||||
|
||||
.bone-option-list {
|
||||
max-height: 156px;
|
||||
max-height: 220px;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
grid-template-columns: 1fr;
|
||||
gap: 8px;
|
||||
overflow: auto;
|
||||
}
|
||||
@@ -1624,6 +1659,31 @@ input[type="range"] {
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
.bone-option-list label {
|
||||
min-width: 0;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
.bone-option-list label span {
|
||||
min-width: 0;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.bone-option-list label em {
|
||||
margin-left: auto;
|
||||
color: #9debf4;
|
||||
font-size: 10px;
|
||||
font-style: normal;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.bone-option-list label.likely {
|
||||
border-color: rgba(25, 214, 195, 0.36);
|
||||
background: rgba(20, 184, 166, 0.1);
|
||||
}
|
||||
|
||||
.modal-slider {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(0, 1fr) 86px;
|
||||
@@ -1667,6 +1727,14 @@ input[type="range"] {
|
||||
margin-top: 12px;
|
||||
}
|
||||
|
||||
.tool-pane .auto-pose-result {
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
}
|
||||
|
||||
.compact-empty {
|
||||
padding: 12px;
|
||||
}
|
||||
|
||||
.auto-pose-result span {
|
||||
min-height: 36px;
|
||||
display: inline-flex;
|
||||
|
||||
Reference in New Issue
Block a user