Skip to content

Commit

Permalink
Update:Decrease breakpoint for hiding volume button on audio player #…
Browse files Browse the repository at this point in the history
  • Loading branch information
advplyr committed Apr 22, 2024
1 parent 8b27c72 commit bd06b6c
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 @@ -5,7 +5,7 @@
<!-- <span class="material-icons text-2xl cursor-pointer" @click="toggleFullscreen(true)">expand_less</span> -->

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

<ui-tooltip direction="top" :text="$strings.LabelSleepTimer">
Expand Down

0 comments on commit bd06b6c

Please sign in to comment.