Add export history controls
GeoIntel CI / docs-smoke (push) Has been cancelled
GeoIntel CI / contract-smoke (push) Has been cancelled

This commit is contained in:
Codex
2026-06-17 23:26:27 +02:00
parent db9aff7263
commit 212be9ae48
6 changed files with 156 additions and 8 deletions
+23 -1
View File
@@ -1075,7 +1075,7 @@ button.entity-card {
}
.export-action-grid button {
min-height: 3.2rem;
min-height: 2.8rem;
text-align: left;
}
@@ -1087,6 +1087,27 @@ button.entity-card {
background: var(--accent-soft);
}
.export-history-controls {
display: grid;
grid-template-columns: minmax(14rem, 1.2fr) minmax(10rem, 0.9fr) minmax(9rem, 0.8fr) auto;
gap: 0.65rem;
align-items: end;
margin-top: 0.8rem;
border: 1px solid var(--line);
border-radius: 8px;
padding: 0.72rem;
background: #ffffff;
}
.export-history-controls label {
margin-top: 0;
}
.export-history-controls button {
min-height: 2.35rem;
width: auto;
}
.list-limit-banner {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
@@ -1378,6 +1399,7 @@ button.entity-card {
.quality-summary-grid,
.quality-score-row,
.export-action-grid,
.export-history-controls,
.inspector-action-bar,
.list-limit-banner {
grid-template-columns: 1fr;