Complete the V1 analysis handoff
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user