mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-05 01:17:22 +00:00
Themes: add themes
This commit is contained in:
parent
ab69dff04d
commit
26760082f9
6 changed files with 132 additions and 17 deletions
|
|
@ -4,7 +4,14 @@ html, body {
|
|||
font-family: 'Open Sans', sans-serif;
|
||||
}
|
||||
|
||||
body {
|
||||
#root {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.app {
|
||||
height: 100%;
|
||||
box-sizing: border-box;
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
|
|
@ -13,23 +20,23 @@ body {
|
|||
font-size: 18px;
|
||||
line-height: 27px;
|
||||
|
||||
background-color: var(--bg-color);
|
||||
color: var(--main-color);
|
||||
padding: var(--outer-padding);
|
||||
}
|
||||
|
||||
#root {
|
||||
.app > main {
|
||||
flex: 1 1 auto;
|
||||
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
@media (min-width: 800px) {
|
||||
#root {
|
||||
.app > main {
|
||||
height: 90%;
|
||||
max-height: 90%;
|
||||
|
||||
max-width: 800px;
|
||||
}
|
||||
}
|
||||
|
||||
.app {
|
||||
height: 100%;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue