style(front): remove line from playbutton
This commit is contained in:
parent
693d9735f3
commit
5f4931c0c5
|
@ -187,7 +187,6 @@ const isOpen = ref(false)
|
||||||
>
|
>
|
||||||
{{ labels.addToPlaylist }}
|
{{ labels.addToPlaylist }}
|
||||||
</PopoverItem>
|
</PopoverItem>
|
||||||
|
|
||||||
<PopoverItem
|
<PopoverItem
|
||||||
v-if="track && route.name !== 'library.tracks.detail'"
|
v-if="track && route.name !== 'library.tracks.detail'"
|
||||||
icon="bi-info-circle"
|
icon="bi-info-circle"
|
||||||
|
@ -201,7 +200,7 @@ const isOpen = ref(false)
|
||||||
</span>
|
</span>
|
||||||
</PopoverItem>
|
</PopoverItem>
|
||||||
|
|
||||||
<hr>
|
<hr v-if="filterableArtists || Object.keys(getReportableObjects({track, album, artist, playlist, account, channel})).length > 0" />
|
||||||
|
|
||||||
<PopoverItem
|
<PopoverItem
|
||||||
v-if="filterableArtists"
|
v-if="filterableArtists"
|
||||||
|
|
Loading…
Reference in New Issue