Complete operational map result workflow
This commit is contained in:
@@ -5599,8 +5599,9 @@ section {
|
||||
grid-template-columns: minmax(15.5rem, 17rem) minmax(30rem, 1fr) minmax(18rem, 20rem);
|
||||
gap: 0.72rem;
|
||||
align-items: stretch;
|
||||
height: clamp(34rem, calc(100dvh - 10rem), 58rem);
|
||||
min-width: 0;
|
||||
min-height: calc(100dvh - 13.8rem);
|
||||
min-height: 34rem;
|
||||
}
|
||||
|
||||
.geo-theme-panel,
|
||||
@@ -5618,6 +5619,7 @@ section {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 0.7rem;
|
||||
overflow: hidden;
|
||||
padding: 0.78rem;
|
||||
}
|
||||
|
||||
@@ -5659,6 +5661,13 @@ section {
|
||||
.geo-theme-list {
|
||||
display: grid;
|
||||
gap: 0.36rem;
|
||||
min-height: 0;
|
||||
overflow-y: auto;
|
||||
padding-right: 0.18rem;
|
||||
}
|
||||
|
||||
.geo-results-panel {
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.geo-project-scope-select {
|
||||
@@ -6590,7 +6599,8 @@ section {
|
||||
@media (min-width: 1800px) {
|
||||
.geo-explorer-layout {
|
||||
grid-template-columns: minmax(17rem, 19rem) minmax(38rem, 1fr) minmax(20rem, 23rem);
|
||||
min-height: calc(100dvh - 14.2rem);
|
||||
height: clamp(38rem, calc(100dvh - 11rem), 64rem);
|
||||
min-height: 38rem;
|
||||
}
|
||||
|
||||
.geo-map-canvas .map-container {
|
||||
@@ -6598,9 +6608,11 @@ section {
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 1320px) {
|
||||
@media (max-width: 1240px) {
|
||||
.geo-explorer-layout {
|
||||
grid-template-columns: minmax(14rem, 16rem) minmax(28rem, 1fr);
|
||||
height: auto;
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
.geo-results-panel {
|
||||
@@ -6644,6 +6656,8 @@ section {
|
||||
|
||||
.geo-theme-list {
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
overflow: visible;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.geo-map-toolbar {
|
||||
@@ -6657,6 +6671,7 @@ section {
|
||||
|
||||
.geo-results-panel {
|
||||
display: flex;
|
||||
overflow: visible;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user