fix(player): use flex wrap

This commit is contained in:
sylenien 2022-08-31 15:30:58 +02:00
parent 48ca432a9c
commit 016b00d671

View file

@ -16,7 +16,8 @@
}
.videoWrapper {
max-height: 280px;
max-width: 300px;
display: flex;
background-color: #000;
flex-wrap: wrap;
}