mirror of
https://github.com/JuLi0n21/pwa-player.git
synced 2026-04-19 23:40:05 +00:00
small css updates
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user