mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 21:18:01 +02:00
Show icon for only remote playlists
This commit is contained in:
parent
261185337c
commit
29aba87fb6
1 changed files with 2 additions and 2 deletions
|
@ -128,7 +128,7 @@ async function Like() {
|
||||||
<div
|
<div
|
||||||
v-for="i in remote"
|
v-for="i in remote"
|
||||||
:key="i.id"
|
:key="i.id"
|
||||||
class="flex item"
|
class="flex item remote"
|
||||||
@click="
|
@click="
|
||||||
pl = i.id;
|
pl = i.id;
|
||||||
plRemote = true;
|
plRemote = true;
|
||||||
|
@ -461,7 +461,7 @@ input[type='range']::-moz-range-track {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Playlist addition */
|
/* Playlist addition */
|
||||||
.ml-auto {
|
.remote .ml-auto {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
width: min-content;
|
width: min-content;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue