Update:Decrease breakpoint for hiding volume button on audio player #2868

This commit is contained in:
advplyr 2024-04-22 17:53:29 -05:00
parent 8b27c726d5
commit bd06b6c716

View File

@ -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">