fix playlist buttons

This commit is contained in:
Bnyro 2022-08-11 12:57:55 +02:00
parent 1c1afa2128
commit 868eb51ffa

View File

@ -4,7 +4,7 @@
<div v-if="playlist" v-show="!playlist.error">
<h1 class="text-center my-4" v-text="playlist.name" />
<div class="grid grid-cols-2">
<div class="flex justify-between items-center">
<div>
<router-link class="link" :to="playlist.uploaderUrl || '/'">
<img :src="playlist.uploaderAvatar" loading="lazy" class="rounded-full" />
@ -12,7 +12,6 @@
</router-link>
</div>
<div>
<div class="right-2vw absolute">
<strong v-text="`${playlist.videos} ${$t('video.videos')}`" />
<br />
<button class="btn mr-1" v-if="authenticated && !isPipedPlaylist" @click="clonePlaylist">
@ -26,7 +25,6 @@
</a>
</div>
</div>
</div>
<hr />