show minimize recommendations button on desktop

This commit is contained in:
macks36 2022-07-19 21:47:04 +02:00 committed by Kavin
parent 8da8eb26e1
commit ca1a3d5b43
No known key found for this signature in database
GPG Key ID: 49451E4482CC5BCD
1 changed files with 2 additions and 2 deletions

View File

@ -182,12 +182,12 @@
:selected-index="index"
/>
<a
class="btn mb-2 sm:hidden"
class="btn mb-2"
@click="showRecs = !showRecs"
v-t="`actions.${showRecs ? 'minimize_recommendations' : 'show_recommendations'}`"
/>
<hr v-show="showRecs" />
<div v-show="showRecs || !smallView">
<div v-show="showRecs">
<VideoItem
v-for="related in video.relatedStreams"
:key="related.url"