Skip to content

Commit

Permalink
Fixed height for input duration progress bar
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Stigaard committed May 20, 2020
1 parent eb5c227 commit f9d10fa
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions src/components/SwitcherButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,13 @@ v-col.ma-1
div(v-if="hasDuration").switch-button-title-text {{ elapsedText }}
div(v-else): p

v-progress-linear(
v-if="hasDuration"
:value="position"
:height="progressBarHeight"
:color="progressBarColor"
).mt-1
div.pt-1(style="height:10px")
v-progress-linear(
v-if="hasDuration"
:value="position"
:height="progressBarHeight"
:color="progressBarColor"
)
</template>

<script lang="ts">
Expand Down

0 comments on commit f9d10fa

Please sign in to comment.