Complete the V1 analysis handoff
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 02:52:15 +02:00
parent d9bc8fdbed
commit 03c6154cac
9 changed files with 240 additions and 14 deletions
+36 -2
View File
@@ -6459,6 +6459,17 @@ section {
text-align: right;
}
.geo-theme-result-value {
display: grid;
justify-items: end;
min-width: 8.5rem;
text-align: right;
}
.geo-theme-result-value small {
max-width: 13rem;
}
.geo-data-notice {
margin: 0;
border-left: 3px solid #b17a31;
@@ -6542,6 +6553,27 @@ section {
margin-top: auto;
}
.geo-result-next-actions {
display: grid;
grid-template-columns: minmax(0, 1fr) auto auto;
gap: 0.45rem;
align-items: center;
border-top: 1px solid #dfe7e3;
padding-top: 0.65rem;
}
.geo-result-next-actions > span {
display: grid;
gap: 0.12rem;
min-width: 0;
}
.geo-result-next-actions small {
color: #687570;
font-size: 0.66rem;
line-height: 1.35;
}
.geo-explorer-footer {
display: flex;
flex-wrap: wrap;
@@ -6581,7 +6613,8 @@ section {
.geo-results-panel > .geo-panel-heading,
.geo-results-panel > .error,
.geo-results-panel > .geo-data-notice,
.geo-results-panel > .geo-result-actions {
.geo-results-panel > .geo-result-actions,
.geo-results-panel > .geo-result-next-actions {
grid-column: 1 / -1;
}
@@ -6661,7 +6694,8 @@ section {
}
.geo-map-actions,
.geo-result-actions {
.geo-result-actions,
.geo-result-next-actions {
display: grid;
grid-template-columns: 1fr;
}