Complete operational map result workflow
GeoIntel CI / docs-smoke (push) Canceled after 0s
GeoIntel CI / contract-smoke (push) Canceled after 0s

This commit is contained in:
Codex
2026-07-17 12:35:50 +02:00
parent 8266929b2e
commit a29c787238
33 changed files with 1121 additions and 107 deletions
+27
View File
@@ -696,6 +696,11 @@ details.ai-lab-model-surface > summary strong {
align-items: start;
}
.workspace-grid-ai {
grid-template-columns: minmax(0, 1fr);
align-items: start;
}
.workspace-grid-exports {
grid-template-columns: minmax(28rem, 1.2fr) minmax(22rem, 0.8fr);
align-items: start;
@@ -708,6 +713,11 @@ details.ai-lab-model-surface > summary strong {
overflow: auto;
align-self: start;
}
.workspace-grid-ai > section:nth-child(n) {
max-height: none;
overflow: visible;
}
}
/* Overview */
@@ -2007,6 +2017,23 @@ details.ai-lab-model-surface > summary strong {
margin-top: 0.75rem;
}
.quality-summary-grid small,
.ai-quality-guidance {
display: block;
margin-top: 0.22rem;
color: var(--muted);
font-size: 0.72rem;
line-height: 1.35;
}
.ai-quality-guidance {
margin: -0.25rem 0 0.65rem;
border-left: 3px solid #b37a2d;
padding: 0.45rem 0.65rem;
background: #fffbeb;
color: #6f4b18;
}
.quality-advanced-disclosure > summary strong {
margin-right: 0.25rem;
color: var(--ink);