fix: align GIS theme styling on ultrawide
GeoIntel CI / docs-smoke (push) Canceled after 0s
GeoIntel CI / contract-smoke (push) Canceled after 0s

This commit is contained in:
Codex
2026-07-14 18:08:43 +02:00
parent 0bb2c8fd65
commit 3a2d1fae74
7 changed files with 119 additions and 44 deletions
+25
View File
@@ -5790,6 +5790,31 @@ section {
background: rgba(212, 95, 61, 0.24);
}
.geo-map-legend .geo-legend-layer-population {
border-color: #5b3f88;
background: rgba(117, 89, 166, 0.24);
}
.geo-map-legend .geo-legend-layer-forest {
border-color: #225f3b;
background: rgba(52, 121, 80, 0.24);
}
.geo-map-legend .geo-legend-layer-water {
border-color: #155b85;
background: rgba(38, 118, 168, 0.24);
}
.geo-map-legend .geo-legend-layer-roads {
border-color: #4b5563;
background: rgba(107, 114, 128, 0.24);
}
.geo-map-legend .geo-legend-layer-parcels {
border-color: #7d571f;
background: rgba(167, 121, 47, 0.24);
}
.geo-map-legend .geo-legend-selection {
border-color: #6b4aaa;
background: rgba(107, 74, 170, 0.18);
+5
View File
@@ -1202,6 +1202,11 @@ details.ai-lab-model-surface > summary strong {
/* Responsive shell */
@media (min-width: 1800px) {
.workbench-main > .geo-explorer {
width: 100%;
max-width: none;
}
.workbench-layout {
grid-template-columns: 13.25rem minmax(0, 1fr);
}