mirror of
https://github.com/JuLi0n21/pwa-player.git
synced 2026-04-20 07:50:05 +00:00
small css updates
This commit is contained in:
@@ -69,7 +69,7 @@ onMounted(async () => {
|
||||
<template>
|
||||
<div
|
||||
ref="containerRef"
|
||||
class="flex-1 flex-col overflow-y-scroll song-container"
|
||||
class="flex-1 flex-col overflow-y-scroll song-container"
|
||||
>
|
||||
<SongItem v-for="(song, index) in songs" :key="index" :song="song" />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user