Skip to content

Commit

Permalink
separeate FOR checkbox label and info button
Browse files Browse the repository at this point in the history
  • Loading branch information
johnarban committed Jun 6, 2024
1 parent aa05385 commit 940bbd3
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/TempoLite.vue
Original file line number Diff line number Diff line change
Expand Up @@ -394,15 +394,14 @@
item-value="tz"
></v-select>
<div id="control-checkboxes">
<div class="d-flex flex-row align-center space-between">
<v-checkbox
v-model="showFieldOfRegard"
@keyup.enter="showFieldOfRegard = !showFieldOfRegard"
label="TEMPO Field of Regard"
color="#c10124"
hide-details
>
<template #label>
TEMPO Field of Regard
/>
<info-button>
<p>
The TEMPO satellite observes the atmosphere over North America, from the Atlantic Ocean to the Pacific Coast, and from roughly Mexico City to central Canada.
Expand All @@ -412,8 +411,7 @@
is the area over which the satellite takes measurements.
</p>
</info-button>
</template>
</v-checkbox>
</div>
<v-checkbox
v-if="false"
:disabled="!highresAvailable"
Expand Down Expand Up @@ -1720,7 +1718,6 @@ a {
width: 100%;
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 10px;
}
Expand Down

0 comments on commit 940bbd3

Please sign in to comment.