style: playlsits

This commit is contained in:
valere
2024-12-30 12:30:39 +01:00
parent 480e8f008c
commit 8541050011
10 changed files with 1593 additions and 21 deletions

View File

@@ -10,7 +10,7 @@
<button v-for="(track, index) in tracks" @click="listenTo(track.start)" :index="track.id"
class="border-l-wihte-400 border-l-2 p-2 flex-grow hover:bg-esyellow hover:text-black"
:class="{ 'border-l-0': index === 0, 'bg-esyellow text-black': track.id === currentTrack.id }">
<span class="block">
<span class="block lg:text-3xl bold">
{{ index + 1 }}
</span>
<span class="hidden 2xl:block">