UI mejorada
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user