Add map empty-state dataset actions
GeoIntel CI / docs-smoke (push) Has been cancelled
GeoIntel CI / contract-smoke (push) Has been cancelled

This commit is contained in:
Codex
2026-06-19 02:51:01 +02:00
parent 6c0acad253
commit 4e73a22358
8 changed files with 123 additions and 1 deletions
+28
View File
@@ -1190,6 +1190,34 @@ button.entity-card {
margin-bottom: 0.85rem;
}
.map-empty-action-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
gap: 0.55rem;
margin-top: 0.5rem;
}
.map-empty-action-grid button {
display: grid;
min-height: 4.2rem;
gap: 0.18rem;
margin-top: 0;
text-align: left;
}
.map-empty-action-grid span,
.map-empty-action-grid strong {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.map-empty-action-grid span {
color: var(--muted);
font-size: 0.78rem;
font-weight: 650;
}
.export-action-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));