small css updates

This commit is contained in:
2025-07-17 20:29:33 +02:00
parent 7c29f64f6d
commit c5cf6ac3c2
5 changed files with 5 additions and 5 deletions

View File

@@ -90,7 +90,7 @@ onBeforeUnmount(() => {
</div>
</header>
<div
class="flex-1 flex-col overflow-y-scroll coll-container"
class="flex-1 flex-col overflow-y-scroll coll-container justify-start"
>
<SongItem v-for="(song, index) in songs" :key="index" :song="song" />
</div>