Skip to content

Commit

Permalink
video-player: Fix template linting
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaellehmkuhl authored and patrickelectric committed Feb 7, 2024
1 parent d3021e9 commit b1a8574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/widgets/VideoPlayer.vue
Expand Up @@ -50,7 +50,7 @@
:color="widget.options.flipVertically ? 'rgb(0, 20, 80)' : undefined"
hide-details
/>
<div class="d-flex flex-wrap justify-center ga-5">
<div class="flex-wrap justify-center d-flex ga-5">
<v-btn prepend-icon="mdi-file-rotate-left" variant="outlined" @click="rotateVideo(-90)"> Rotate Left</v-btn>
<v-btn prepend-icon="mdi-file-rotate-right" variant="outlined" @click="rotateVideo(+90)"> Rotate Right</v-btn>
</div>
Expand Down

0 comments on commit b1a8574

Please sign in to comment.