mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-04 17:07:22 +00:00
Add desktop styles
This commit is contained in:
parent
94059af89c
commit
ab69dff04d
1 changed files with 14 additions and 0 deletions
|
|
@ -7,13 +7,27 @@ html, body {
|
||||||
body {
|
body {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
line-height: 27px;
|
line-height: 27px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#root {
|
#root {
|
||||||
|
flex: 1 1 auto;
|
||||||
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
@media (min-width: 800px) {
|
||||||
|
#root {
|
||||||
|
height: 90%;
|
||||||
|
max-height: 90%;
|
||||||
|
|
||||||
|
max-width: 800px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.app {
|
.app {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue