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

@@ -65,6 +65,8 @@ const cycleRepeat = () => {
<style scoped>
.playback-controls {
/* Allow parent to control overall height budget */
height: var(--playback-controls-height, auto);
display: flex;
gap: 10px;
align-items: center;
@@ -101,4 +103,4 @@ const cycleRepeat = () => {
gap: 8px;
}
}
</style>
</style>