mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-05 01:17:22 +00:00
Linting
This commit is contained in:
parent
2f537a08f3
commit
0f8d413708
3 changed files with 11 additions and 11 deletions
|
|
@ -35,9 +35,7 @@ html, body {
|
|||
}
|
||||
@media (min-width: 800px) {
|
||||
.app > main {
|
||||
height: 90%;
|
||||
max-height: 90%;
|
||||
|
||||
margin: 5vh 0;
|
||||
max-width: 800px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,10 @@
|
|||
.app.play {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
@media (min-width: 800px) {
|
||||
.app.play main {
|
||||
max-height: 90%;
|
||||
margin: auto;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue