Skip to content

Commit

Permalink
update eclipse timer close touch target
Browse files Browse the repository at this point in the history
  • Loading branch information
johnarban committed Apr 2, 2024
1 parent 773e40f commit 41947c4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/SolarEclipse2024.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1270,14 +1270,14 @@
>
<v-card>
<v-card-text>
<button
style="position:absolute;right:12px;cursor:pointer;"
id="close-eclipse-prediction-sheet"
@click="showEclipsePredictionSheet = false"
><v-icon
class="elevation-2"
:color="accentColor"
>mdi-close</v-icon></button>
<font-awesome-icon
style="position:absolute;right:12px;cursor:pointer;padding:1em;margin:-1em"
icon="square-xmark"
size="xl"
@click="showEclipsePredictionSheet = false"
@keyup.enter="showEclipsePredictionSheet = false"
tabindex="0"
></font-awesome-icon>
<eclipse-timer show-timer :prediction="eclipsePrediction" :timezone="selectedTimezone" :color="accentColor" :location="selectedLocationText"/>
</v-card-text>
</v-card>
Expand Down

0 comments on commit 41947c4

Please sign in to comment.