UI mejorada

This commit is contained in:
2025-08-10 00:45:59 -06:00
parent 2f878a857a
commit 493d236dc4
8 changed files with 56 additions and 25 deletions

View File

@@ -78,6 +78,8 @@ const handleTrackClick = (track, index) => {
<style scoped>
.track-list {
/* Cap height so sum with PlaybackControls fits 100vh; flex handles actual sizing */
max-height: var(--tracklist-height, none);
padding: 20px;
margin-bottom: 0;
background: rgba(255, 255, 255, 0.05);
@@ -277,4 +279,4 @@ const handleTrackClick = (track, index) => {
gap: 6px;
}
}
</style>
</style>