Added clear all to queue
This commit is contained in:
parent
4606f44496
commit
1151c06926
2 changed files with 8 additions and 0 deletions
|
@ -1871,6 +1871,11 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
|
||||||
overflow: overlay;
|
overflow: overlay;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.queue-footer {
|
||||||
|
width:100%;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
.autoplay {
|
.autoplay {
|
||||||
background: rgb(200 200 200 / 15%);
|
background: rgb(200 200 200 / 15%);
|
||||||
appearance: none;
|
appearance: none;
|
||||||
|
|
|
@ -32,6 +32,9 @@
|
||||||
</template>
|
</template>
|
||||||
</draggable>
|
</draggable>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="queue-footer">
|
||||||
|
<button class="md-btn" style="width:100%;" v-if="queueItems.length > 1" @click="app.mk.clearQueue();updateQueue()">Clear All</button>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue