Merge pull request #135 from gms10ur/main
change of the ugly "AUTO" button to the ∞
This commit is contained in:
commit
43fb72289c
2 changed files with 3 additions and 1 deletions
|
@ -2929,6 +2929,8 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
|
|||
|
||||
.autoplay {
|
||||
background: rgb(200 200 200 / 15%);
|
||||
color:rgb(255 255 255);
|
||||
font-size: larger;
|
||||
appearance: none;
|
||||
border: 0;
|
||||
border-radius: 6px;
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<h3 class="queue-header-text">Queue</h3>
|
||||
</div>
|
||||
<div class="col-auto flex-center">
|
||||
<button class="autoplay" :style="{'background': app.mk.autoplayEnabled ? 'var(--keyColor)' : ''}" @click="app.mk.autoplayEnabled = !app.mk.autoplayEnabled">AUTO</button>
|
||||
<button class="autoplay" :style="{'background': app.mk.autoplayEnabled ? 'var(--keyColor)' : ''}" @click="app.mk.autoplayEnabled = !app.mk.autoplayEnabled">∞</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="queue-body">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue