mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-05 09:27:23 +00:00
PlayerView: show separators on small screen
This commit is contained in:
parent
fdd49f8621
commit
8b6a805c36
3 changed files with 13 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue