Reworked mobile UI for some components

This commit is contained in:
t1enne
2022-07-08 22:20:22 +02:00
parent 37ad329072
commit efbe6907ac
15 changed files with 223 additions and 132 deletions

View File

@@ -10,3 +10,9 @@
width: 100%;
height: 100%;
}
@media (max-width: 768px) {
.player {
height: 30vh !important;
}
}