Harden detection result review
GeoIntel CI / docs-smoke (push) Canceled after 0s
GeoIntel CI / contract-smoke (push) Canceled after 0s

This commit is contained in:
Codex
2026-07-13 13:31:43 +02:00
parent 6fe1bbd946
commit 4455e242c6
12 changed files with 795 additions and 22 deletions
+45
View File
@@ -998,6 +998,51 @@ section th {
overflow-wrap: anywhere;
}
.pagination-toolbar {
display: flex;
flex-wrap: wrap;
gap: 0.65rem 1rem;
align-items: center;
justify-content: space-between;
margin-top: 0.85rem;
border: 1px solid var(--line);
border-radius: 7px;
padding: 0.55rem 0.65rem;
background: #f8fbf9;
}
.pagination-summary,
.pagination-actions,
.pagination-page-size {
display: flex;
gap: 0.45rem;
align-items: center;
margin: 0;
}
.pagination-summary span,
.pagination-actions span,
.pagination-page-size {
color: var(--muted);
font-size: 0.82rem;
}
.pagination-page-size select {
width: auto;
min-width: 4.5rem;
margin: 0;
padding: 0.35rem 1.65rem 0.35rem 0.45rem;
}
.pagination-button {
width: 2rem;
min-width: 2rem;
height: 2rem;
padding: 0;
font-size: 1rem;
line-height: 1;
}
.workbench-inspector .job-result,
.workbench-inspector pre {
max-height: 16rem;