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

View File

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