switched unicode infinity symbol to the SVG file and fixed the centering

This commit is contained in:
Onur Gümüş 2022-01-23 15:17:55 +03:00
parent 366201516e
commit 627859b1f7
2 changed files with 9 additions and 6 deletions

View file

@ -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"></button>
<button class="autoplay" :style="{'background': app.mk.autoplayEnabled ? 'var(--keyColor)' : ''}" @click="app.mk.autoplayEnabled = !app.mk.autoplayEnabled"> <img class="infinity"></button>
</div>
</div>
<div class="queue-body">