Fix height alignment without the ncprogressbar

This commit is contained in:
Michel Roux 2024-02-01 14:19:43 +01:00
parent 31064c84a3
commit 6b9ee6af5d
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ export default {
.player { .player {
display: flex; display: flex;
gap: 1rem; gap: 1rem;
height: calc(6rem - 6px); height: 6rem;
justify-content: space-between; justify-content: space-between;
} }