fix: align GIS theme styling on ultrawide
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user