diff --git a/components/data-set-controls.vue b/components/data-set-controls.vue index 2dd9f84f..45cd71c5 100644 --- a/components/data-set-controls.vue +++ b/components/data-set-controls.vue @@ -24,7 +24,7 @@ @click="toggleRasterLayer(dataset.id)" /> -
+
@@ -35,8 +35,26 @@ class="data-set-controls__tooltip-text markdown" /> -
- +
+ +
+
+ +

[{{ dataset.units }}]

@@ -44,7 +62,7 @@ @@ -182,7 +235,8 @@ } .data-set-controls__legend-bar { - flex: 0 0 100%; + flex: 1 1 auto; + margin-right: 0.5rem; } .data-set-controls__legend p { @@ -191,4 +245,7 @@ .data-set-controls__item-radio { width: 32px; } + .data-set-controls__select-layer { + margin-top: var(--spacing-small); + } diff --git a/components/graph-line.vue b/components/graph-line.vue index d203d582..b8c54010 100644 --- a/components/graph-line.vue +++ b/components/graph-line.vue @@ -8,13 +8,13 @@ > -
+
{{ title }}
Download data Download image diff --git a/components/layer-legend.vue b/components/layer-legend.vue index 20e14542..ec8a71ed 100644 --- a/components/layer-legend.vue +++ b/components/layer-legend.vue @@ -2,9 +2,9 @@
- + +
- {{ minValue }}{{ unit }} + {{ minValue }}{{ unit }}
-
- {{ maxValue }}{{ unit }} +
+ {{ maxValue }}{{ unit }}
- Cancel - Reset - Save + Cancel + Reset + Save
@@ -52,13 +52,14 @@