Add V1 map workbench 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 00:08:27 +02:00
parent 539ec71806
commit 97be9d9293
8 changed files with 206 additions and 5 deletions
+19
View File
@@ -152,3 +152,22 @@ ul {
border: 1px solid #94a3b8;
border-radius: 8px;
}
.map-controls {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
gap: 0.75rem;
align-items: end;
margin-bottom: 0.75rem;
}
.map-status {
color: var(--muted);
font-size: 0.95rem;
}
.feature-inspector {
margin-top: 0.75rem;
border-top: 1px solid var(--line);
padding-top: 0.75rem;
}