make the embeded player button red in queue
This commit is contained in:
parent
271fd8afdf
commit
899b2a36cd
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@
|
|||
<div class="field is-grouped is-grouped-centered">
|
||||
<div class="control" v-if="isEmbedable(item.url)">
|
||||
<button @click="() => embed_url = getEmbedable(item.url)" v-tooltip="'Play video'"
|
||||
class="button is-danger is-light is-small">
|
||||
class="button is-danger is-small">
|
||||
<span class="icon"><i class="fa-solid fa-play" /></span>
|
||||
</button>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue