Skip to content

Commit

Permalink
Update media player volume tooltip to be below the volume icon
Browse files Browse the repository at this point in the history
  • Loading branch information
advplyr committed Jan 7, 2025
1 parent 1632d8e commit 5edd799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/components/player/PlayerUi.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="absolute -top-10 lg:top-0 right-0 lg:right-2 flex items-center h-full">
<controls-playback-speed-control v-model="playbackRate" @input="setPlaybackRate" @change="playbackRateChanged" class="mx-2 block" />

<ui-tooltip direction="left" :text="$strings.LabelVolume">
<ui-tooltip direction="bottom" :text="$strings.LabelVolume">
<controls-volume-control ref="volumeControl" v-model="volume" @input="setVolume" class="mx-2 hidden sm:block" />
</ui-tooltip>

Expand Down

0 comments on commit 5edd799

Please sign in to comment.