Refactor QueueViewer component and update UnifiedControlView

This commit includes a refactor of the QueueViewer component to improve code formatting and readability, along with adding a scrollable area fix to ensure items are not hidden under a fixed bar. Additionally, the padding-bottom in UnifiedControlView has been removed as it's now handled by the QueueViewer component.
This commit is contained in:
2026-01-09 17:32:40 +01:00
parent 38f49d4439
commit 2ebbed2ffc
2 changed files with 118 additions and 100 deletions

View File

@@ -191,7 +191,6 @@ const currentTabProps = computed(() => {
overflow-y: auto;
overflow-x: hidden;
padding: 0;
padding-bottom: 80px; /* Espace pour la barre fixe en bas (64px + marge) */
position: relative;
}