PlayerView: show separators on small screen

This commit is contained in:
He4eT 2023-05-24 02:02:24 +03:00 committed by Alexey
commit 8b6a805c36
3 changed files with 13 additions and 2 deletions

View file

@ -1,3 +1,12 @@
.app.play, .app.focus {
.app.play,
.app.focus {
height: 100%;
}
@media (min-width: 800px) {
.app.play main,
.app.focus main {
max-height: 90%;
margin: auto;
}
}